9 lines
133 B
C
9 lines
133 B
C
![]() |
#ifndef INTS_H
|
||
|
#define INTS_H
|
||
|
|
||
|
typedef unsigned char byte;
|
||
|
typedef unsigned short ushort;
|
||
|
typedef signed char sbyte;
|
||
|
|
||
|
#endif
|