added u8 type

This commit is contained in:
root 2007-11-23 16:06:48 +01:00
parent 0301d414d9
commit b7167f63a4
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#endif
typedef unsigned short u16;
typedef unsigned char u8;
#include <sys/types.h>
#include <stdio.h>