- /**
- * @file nstdc.h
- * @brief nstdc メインヘッダーファイル
- * @author Nomura Kei
- * @copyright 2003 - 2017 Nomura Kei
- * License: New BSD License (3-cclause BSD license)
- *
- * nstdc のすべてのヘッダファイルは, 本ヘッダファイルを include しています.
- */
- #ifndef NSTDC_H
- #define NSTDC_H
- #define UNUSED_VARIABLE(val) ((void) (val))
- #endif /* NSTDC_H */