summaryrefslogtreecommitdiff
path: root/defs.h
blob: 8a69be98f27562e6c743c013b4840897f3cbda4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef    __DEFS_H
#define    __DEFS_H


#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif


#ifdef __cplusplus
extern "C" {
#endif



#ifdef __cplusplus
}
#endif

#endif  /* __DEFS_H */