summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/utypes.h
blob: b7c59f3c210a036e803589f97b19698b50e9f73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Quelques types utiles
 */

#ifndef UTYPES_H

#define UTYPES_H

typedef unsigned char UCHAR;
typedef unsigned short USHORT;
typedef unsigned int UINT;

#endif