source: translator/examples/includes.c @ 0b8cd722

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 0b8cd722 was 17cd4eb, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

fixed restrict, fixed parameter copy, introduced name table for types, changed variable after to string

  • Property mode set to 100644
File size: 913 bytes
Line 
1#if 0
2#include <alloca.h>
3#include <assert.h>
4#include <complex.h>
5//#include <ctype.h>        // FAILS -- includes locale.h
6#include <errno.h>
7#include <fenv.h>
8#include <float.h>
9#include <inttypes.h>
10#include <iso646.h>
11#include <limits.h>
12//#include <locale.h>       // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."
13#include <math.h>
14#include <setjmp.h>
15#include <signal.h>
16#include <stdarg.h>
17#include <stdbool.h>
18#include <stddef.h>
19#include <stdlib.h>
20#include <stdio.h>
21//#include <string.h>       // FAILS -- includes locale.h
22#include <tgmath.h>
23//#include <time.h>         // FAILS -- includes locale.h
24#include <unistd.h>
25//#include <wchar.h>        // FAILS -- includes locale.h
26//#include <wctype.h>       // FAILS -- includes locale.h
27#include <curses.h>
28#else
29#include <aio.h>
30#endif // 0
31
32// Local Variables: //
33// compile-command: "../../bin/cfa includes.c" //
34// End: //
Note: See TracBrowser for help on using the repository browser.