mytypes.h

Committer:
giryan
Date:
2010-08-24
Revision:
2:0f5bf2bbb052
Parent:
1:09f04f9501ef
Child:
3:a8087d5f78ff

File content as of revision 2:0f5bf2bbb052:

#ifndef MYTYPES_H__
#define MYTYPES_H__


typedef unsigned short  ushort;
typedef unsigned int    uint;
typedef unsigned char   byte;

#endif // MYTYPES_H__