This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-07-24

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