My library
Library for common tasks
Macros
constants.h File Reference

Definition of symbolic constants used by the library. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of symbolic constants used by the library.

Author
Pietro Firpo (pietr.nosp@m.o.fi.nosp@m.rpo@p.nosp@m.m.me)

Macro Definition Documentation

◆ EQUAL

#define EQUAL   0

Returned by typeCmp() functions when first argument is equal to the second.

◆ FALSE

#define FALSE   0

Bool value definition.

◆ GREATER

#define GREATER   1

Returned by typeCmp() functions when first argument is grater than the second.

◆ KEY_NOT_FOUND

#define KEY_NOT_FOUND   -1

Returned by search functions of the library when key was not found.

◆ SMALLER

#define SMALLER   -1

Returned by typeCmp() functions when first argument is smaller than the second.

◆ TRUE

#define TRUE   0xFF

Bool value definition.