Browse Source

Delete boolean.h

Brandao Arthur 6 years ago
parent
commit
3ce708ef37
1 changed files with 0 additions and 9 deletions
  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 */
-