1 /*
2 NULL.h
3
4 stub headers for compilation
5 */
6
7 #define false 0
8 #define true 1
9
10 typedef int Bool;
11 typedef void* voidStarFn;
12 typedef char Cmap_data;
13 typedef char Cmap_data_visible;
14 typedef char Colormap;
15 typedef char Tv;
16 typedef char Tv_screen;
17 typedef char Ipos;
18 typedef char List;
19 typedef char XEvent;
20 typedef char Event;
21 typedef char Tv_picture;
22 typedef char XImage;
23 typedef char Display;
24 typedef char Visual;
25 typedef char Window;
26 typedef char Canvas;
27 typedef char Frame;
28 typedef char Tina_cursor_type;
29 typedef char Dump_type;
30 typedef char Tv_mask;
31 typedef char Panel;
32 typedef char Panel_item;
33 typedef char Panel_setting;
34 typedef char Tw_callback;
35 typedef char Textsw;
36 typedef char Menu;
37 typedef char Menu_item;
38 typedef char Tina_color;
39 typedef char Rgb;
40 typedef char FILE;
41 typedef char va_list;
42
43 static char *NULL = 0;
44
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.