/      日本語

Definitions

Definitions commonly included throughout the library

This section cites the definition contents that are commonly included throughout the library.

mwx_common.h

##include <cstdint> // for type name
typedef char char_t;
typedef uint8_t byte;
typedef uint8_t boolean;

##ifndef NULL
##define NULL nullptr
##endif