Create repository
[fwd.git] / prod / qdtypes.h
1 /*
2  * QuanDocs general header
3  *
4  * Copyright (C) 2004 Chris Jaekl
5  */
6
7 #ifndef __QD_TYPES_H__
8 #define __QD_TYPES_H__
9
10 #ifndef TRUE
11 #  define TRUE (-1)
12 #  define FALSE 0
13 #endif
14
15 #endif /* __QD_TYPES_H__ */