Newer
Older
snipet / kyscript / trunk / lib / nstdc / include / config.h
Nomura Kei on 26 Aug 2022 422 bytes old svn data to git
/**
 * @file      config.h
 * @brief     設定を記載したヘッダファイル
 * @author    Nomura Kei
 * @copyright 2003 - 2017  Nomura Kei
 *
 * 本ヘッダファイルは, ライブラリコンパイル時の設定を記載している
 * ヘッダファイルとなります.
 */
#ifndef CONFIG_H
#define CONFIG_H

#ifndef NDEBUG
/* DEBUG 機能有効	*/
#define NSTDC_DEBUG		(1)
#endif

#endif	/* CONFIG_H	*/