cshiori  1
 全て クラス ファイル 関数 変数 列挙型 列挙値 マクロ定義 ページ
bool.h
1 #ifndef bool
2 # define bool int
3 # define true 1
4 # define false 0
5 #endif