diff options
Diffstat (limited to 'src/types.h')
| -rwxr-xr-x | src/types.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h new file mode 100755 index 0000000..f3d440c --- /dev/null +++ b/src/types.h @@ -0,0 +1,9 @@ + + +typedef unsigned char uint8_t ; +typedef unsigned short uint16_t ; +typedef unsigned int uint32_t ; + +#define TRUE 1 +#define FALSE 0 + |
