From ca214751ee761d3d6d1f63e771456da63e4d7791 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 11:03:09 -0400 Subject: add version macros --- src/threads/thrd_start_t.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/threads/thrd_start_t.c') 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) +*/ -- cgit v1.2.1