|
My library
Library for common tasks
|
Definition of symbolic constants used by the library. More...

Go to the source code of this file.
Macros | |
| #define | GREATER 1 |
| Returned by typeCmp() functions when first argument is grater than the second. More... | |
| #define | EQUAL 0 |
| Returned by typeCmp() functions when first argument is equal to the second. More... | |
| #define | SMALLER -1 |
| Returned by typeCmp() functions when first argument is smaller than the second. More... | |
| #define | TRUE 0xFF |
| Bool value definition. More... | |
| #define | FALSE 0 |
| Bool value definition. More... | |
| #define | KEY_NOT_FOUND -1 |
| Returned by search functions of the library when key was not found. More... | |
Definition of symbolic constants used by the library.
| #define EQUAL 0 |
Returned by typeCmp() functions when first argument is equal to the second.
| #define FALSE 0 |
Bool value definition.
| #define GREATER 1 |
Returned by typeCmp() functions when first argument is grater than the second.
| #define KEY_NOT_FOUND -1 |
Returned by search functions of the library when key was not found.
| #define SMALLER -1 |
Returned by typeCmp() functions when first argument is smaller than the second.
| #define TRUE 0xFF |
Bool value definition.