summaryrefslogtreecommitdiff
path: root/jeu-test/tetris_lan_src/ctypes.h
blob: 70fdf012f5c72d6b12389cc129c26d0a05cd7d82 (plain)
1
2
3
4
5
6
7
8
9
10
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;

typedef signed char s8;
typedef signed short s16;
typedef signed long s32;