Go to the source code of this file.
Defines | |
#define | NULL (void*)0 |
Type definitions for firmware projects developed at Nordic Semiconductor.
Standard storage classes in C, such as char
, int
, and long
, are not always interpreted in the same way by the compiler. The types here are defined by their bit length and signed/unsigned property, as their names indicate. The correlation between the name and properties of the storage class should be true, regardless of the compiler being used.
Definition in file stdint.h.