My library
Library for common tasks
constants.h
Go to the documentation of this file.
1
7
#ifndef SEEN_CONSTANTS
8
#define SEEN_CONSTANTS
9
13
#define GREATER 1
14
18
#define EQUAL 0
19
23
#define SMALLER -1
24
28
#define TRUE 0xFF
29
33
#define FALSE 0
34
38
#define KEY_NOT_FOUND -1
39
40
#endif
Generated by
1.9.2