dev/c/malloc_speed_test/const.h

13 lines
137 B
C

#ifndef CONST_H
#define CONST_H
#ifndef TRUE
#define TRUE (1)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
#endif // CONST_H