定義
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最終更新
#include <cstdint> // for type name
typedef char char_t;
typedef uint8_t byte;
typedef uint8_t boolean;
#ifndef NULL
#define NULL nullptr
#endif最終更新