diff options
Diffstat (limited to 'src/threads/thrd_start_t.c')
| -rw-r--r-- | src/threads/thrd_start_t.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thrd_start_t.c b/src/threads/thrd_start_t.c index 2dc640c8..c44f1bcb 100644 --- a/src/threads/thrd_start_t.c +++ b/src/threads/thrd_start_t.c @@ -1 +1,5 @@ typedef int (*thrd_start_t)(void *); + +/* +STDC(201112) +*/ |
