My Project  debian-1:4.1.1-p2+ds-4build2
utils.h
Go to the documentation of this file.
1 /*
2  */
3 
4 #ifndef FALSE
5 #define FALSE 0
6 #endif
7 
8 #ifndef TRUE
9 #define TRUE 1
10 #endif
11