-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathheader_test.c
More file actions
32 lines (31 loc) · 674 Bytes
/
header_test.c
File metadata and controls
32 lines (31 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include <alloca.h>
#include <assert.h>
#include <byteswap.h>
#include <cdefs.h>
// #include <complex.h> // supress -ffast-math warnings for now
#include <ctype.h>
#include <errno.h>
#include <fenv.h>
#include <float.h>
#include <inttypes.h>
#include <iso646.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
#include <setjmp.h>
#include <stdalign.h>
#include <stdarg.h>
#include <stdbit.h>
#include <stdbool.h>
#include <stdckdint.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdnoreturn.h>
#include <string.h>
#include <tgmath.h>
#include <time.h>
#include <wchar.h>
#include <wctype.h>
/* Tests for conflicts */