瀏覽代碼

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 */
-