source: abuse/tags/pd/macabuse/imlib/include/std.h @ 49

Last change on this file since 49 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
File size: 315 bytes
RevLine 
[49]1/* STD.H - My own standard header file...
2 */
3
4#define LOCAL
5#define IMPORT //extern
6
7#define FAST register
8#include "system.h"
9
10typedef short WORD;
11typedef unsigned short UWORD;
12typedef char TEXT;
13typedef unsigned char UTINY;
14#ifndef LONG
15typedef long LONG;
16#endif
17typedef unsigned long ULONG;
18typedef int INT;
19
20
Note: See TracBrowser for help on using the repository browser.