![]() |
![]() |
This file defines the basic data types used to fixed length types. Currently the standard types defined in stdint.h are used. This file also contains macros defining the TRUE,FALSE and NULLi pointer values. More...
#include <stdint.h>#include <string.h>Macros | |
| #define | TRUE (1U) |
| Defines TRUE status value. | |
| #define | FALSE (0U) |
| Defines FALSE status value. | |
| #define | NULL ((void*) 0U) |
| Defines NULL pointer value. | |
This file defines the basic data types used to fixed length types. Currently the standard types defined in stdint.h are used. This file also contains macros defining the TRUE,FALSE and NULLi pointer values.