Loading...
Act/behavior Programming Interface
For definitions commonly loaded in the library, cite the definition content.
#include <cstdint> // for type name typedef char char_t; typedef uint8_t byte; typedef uint8_t boolean; #ifndef NULL #define NULL nullptr #endif