|
Lines 34-39
Link Here
|
| 34 |
/*************************************************************************** |
34 |
/*************************************************************************** |
| 35 |
* #defines |
35 |
* #defines |
| 36 |
*/ |
36 |
*/ |
|
|
37 |
#define int8_t char |
| 38 |
#define int16_t short |
| 39 |
#define int32_t int |
| 40 |
#define uint8_t unsigned char |
| 41 |
#define uint16_t unsigned short |
| 42 |
#define uint32_t unsigned int |
| 43 |
|
| 37 |
#ifdef USE_GL /* whole file */ |
44 |
#ifdef USE_GL /* whole file */ |
| 38 |
|
45 |
|
| 39 |
#define DEFAULTS "*delay: 20000 \n"\ |
46 |
#define DEFAULTS "*delay: 20000 \n"\ |