1{
2environ;
3__environ;
4
5stdin;
6stdout;
7stderr;
8
9malloc;
10calloc;
11realloc;
12free;
13memalign;
14posix_memalign;
15aligned_alloc;
16malloc_usable_size;
17
18timezone;
19daylight;
20tzname;
21__timezone;
22__daylight;
23__tzname;
24
25signgam;
26__signgam;
27
28optarg;
29optind;
30opterr;
31optopt;
32optreset;
33__optreset;
34
35getdate_err;
36
37h_errno;
38
39program_invocation_name;
40program_invocation_short_name;
41__progname;
42__progname_full;
43
44__stack_chk_guard;
45};
46