4 lines
53 B
C
4 lines
53 B
C
|
#define TRUE 1
|
||
|
#define FALSE 0
|
||
|
#define NUM_CHARS 256
|