cocoOS  4.1.0
test_types.h
1 /*
2  * test_types.h
3  *
4  * Created on: 25 mar 2015
5  * Author: peter_000
6  */
7 
8 #ifndef TEST_TYPES_H_
9 #define TEST_TYPES_H_
10 
11 typedef enum {
12  FALSE = 0,
13  TRUE = 1
14 } BOOL;
15 
16 #endif /* TEST_TYPES_H_ */