summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 20:50:55 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 20:50:55 -0500
commit0055f0fed6b87296d668b13256100b2885728cbc (patch)
tree3636b2b998e102df0302112b5b9a38e39a849a14
parente22b9d26835a985d214f5736fa065efcfeb804d4 (diff)
add placeholders for C11/C18 headers
-rw-r--r--main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.c b/main.c
index cfe6a3c..b53881f 100644
--- a/main.c
+++ b/main.c
@@ -15,15 +15,20 @@ void test_locale_h(void);
void test_math_h(void);
void test_setjmp_h(void);
void test_signal_h(void);
+void test_stdalign_h(void);
void test_stdarg_h(void);
+void test_stdatomic_h(void);
void test_stdbool_h(void);
void test_stddef_h(void);
void test_stdint_h(void);
void test_stdio_h(void);
void test_stdlib_h(void);
+void test_stdnoreturn_h(void);
void test_string_h(void);
void test_tgmath_h(void);
+void test_threads_h(void)/
void test_time_h(void);
+void test_uchar_h(void);
void test_wchar_h(void);
void test_wctype_h(void);
@@ -47,15 +52,20 @@ int main(int argc, char *argv[])
/* test_math_h(); */
/* test_setjmp_h(); */
/* test_signal_h(); */
+ /* test_stdalign_h(); */
/* test_stdarg_h(); */
+ /* test_stdatomic_h(); */
/* test_stdbool_h(); */
/* test_stddef_h(); */
/* test_stdint_h(); */
/* test_stdio_h(); */
/* test_stdlib_h(); */
+ /* test_stdnoreturn_h(); */
/* test_string_h(); */
/* test_tgmath_h(); */
+ /* test_threads_h(); */
test_time_h();
+ /* test_uchar_h(); */
/* test_wchar_h(); */
/* test_wctype_h(); */