Main Page | Data Structures | File List | Data Fields | Globals

types.h

Go to the documentation of this file.
00001
00009 #ifndef TYPES_H
00010 #define TYPES_H
00011 
00012 #ifdef TRUE
00013 #undef TRUE
00014 #endif
00015 #ifdef FALSE
00016 #undef FALSE
00017 #endif
00018 #ifndef NULL
00019 
00023 #define NULL (0x0000)
00024 #endif
00025 
00030 typedef enum
00031 {
00032     FALSE = 0,
00033     TRUE
00034 } BOOL;
00035
00040 typedef unsigned char BYTE;
00041
00046 typedef unsigned short WORD;
00047
00052 typedef short ZWORD;
00053
00058 typedef unsigned long LONG;
00059
00064 typedef long ZLONG;
00065
00066 typedef BOOL BOOLEAN;
00076 typedef long RESPONSECODE;
00077
00084 typedef long HANDLE;
00085
00086 #endif

Generated on Thu Jan 20 16:17:47 2005 for Smart-card ifd-handler for Axis by doxygen 1.3.6