For the complete documentation index, see llms.txt. This page is also available as Markdown.

定義

ライブラリ中で共通的に読み込まれる定義について、定義内容を引用します。

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

最終更新