Definition

Mono Wireless Inc.

Definition.

For definitions commonly loaded in the library, cite the definition content.

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