#ifndef INTS_H
#define INTS_H
typedef unsigned char byte;
typedef unsigned short ushort;
typedef signed char sbyte;
#endif