ソースを参照

Delete boolean.h

Brandao Arthur 6 年 前
コミット
3ce708ef37
1 ファイル変更0 行追加9 行削除
  1. 0 9
      boolean.h

+ 0 - 9
boolean.h

@@ -1,9 +0,0 @@
-#ifndef BOOLEAN_H
-#define BOOLEAN_H
-
-#define boolean int
-#define true 1
-#define false 0
-
-#endif /* BOOLEAN_H */
-