dslibris/include/types.h
2007-09-21 21:18:05 +00:00

5 lines
69 B
C

#ifndef _types_h
#define _types_h
typedef unsigned char byte;
#endif