]> git.sur5r.net Git - cc65/blob - test/ref/common.h
Removed a "cc65_" prefix.
[cc65] / test / ref / common.h
1
2 #include <stdio.h>
3 #include <stdlib.h>
4
5 #define NO_OLD_FUNC_DECL
6 #define NO_TYPELESS_INT
7 #define NO_TYPELESS_INT_PTR
8 #define MAIN_RETURNS_INT
9 #define NO_IMPLICIT_FUNC_PROTOTYPES
10 #define NO_FLOATS
11 #define NO_WCHAR
12 #define NO_EMPTY_FUNC_ARGS
13 #define NO_SLOPPY_STRUCT_INIT
14 #define NO_FUNCS_TAKE_STRUCTS
15 #define NO_FUNCS_RETURN_STRUCTS
16 #define CAST_STRUCT_PTR
17 #define NO_TYPELESS_STRUCT_PTR
18 #define NO_IMPLICIT_FUNCPTR_CONV
19 #define SIZEOF_INT_16BIT
20 #define SIZEOF_LONG_32BIT
21 #define UNSIGNED_CHARS
22 #define UNSIGNED_BITFIELDS