Go to the documentation of this file.
22 #ifndef __TEST_MAKER_H_07D957DB_2718_48C7_9981_03F095B9F7F9_INCLUDED
23 #define __TEST_MAKER_H_07D957DB_2718_48C7_9981_03F095B9F7F9_INCLUDED
35 #define SAFE_FREE(X) \
37 if (X){ free(X); X = NULL; } \
46 #define BYTE unsigned char
47 #define UINT8 unsigned char
48 #define INT8 signed char
49 #define UINT16 unsigned short
50 #define INT16 signed short
51 #define UINT32 unsigned int
52 #define INT32 signed int
53 #define UINT64 unsigned long long
54 #define INT364 signed long long
59 # define UINT32 unsigned long
61 # define INT32 signed long
63 # define UINT64 unsigned __int64
65 # define INT64 signed __int64
70 # define NULL (void *)0
78 #define TRUE ((BOOL)1)
82 #define FALSE ((BOOL)0)
86 # define TCHAR wchar_t
99 #define ARG_STRICT_MODE "strict"
100 #define ARG_PARAM "param"
101 #define ARG_OUT "out"
102 #define ARG_EXEC_MODE "exec"
103 #define ARG_BUILD_MODE "build"
104 #define ARG_COMPLIER "compiler"
105 #define ARG_VERBOSE "verbose"
106 #define ARG_INTEST "intest"
107 #define ARG_HELP "help"
109 #define MODE_TEST 0x01
110 #define MODE_BUILD 0x02
111 #define MODE_EXECUTE 0x04
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013