Defines

compiler/c51/stdint.h File Reference

Go to the source code of this file.

Defines

#define NULL   (void*)0

Detailed Description

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.


Define Documentation

#define NULL   (void*)0

Definition at line 44 of file stdint.h.