Explorar el Código

Delete boolean.h

Brandao Arthur hace 6 años
padre
commit
3ce708ef37
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  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 */
-