Explorar el Código

Stdlib header file cleanup

Taddeus Kroes hace 12 años
padre
commit
7ed93f79ce
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  1. 7 2
      test/civic.h

+ 7 - 2
test/civic.h

@@ -1,8 +1,13 @@
+#ifndef __CIVIC_H
+#define __CIVIC_H
+
 extern void printInt(int val);
 extern void printFloat(float val);
 
-extern int scanInt(); 
+extern int scanInt();
 extern float scanFloat();
 
 extern void printSpaces(int num);
-extern void printNewlines(int num); 
+extern void printNewlines(int num);
+
+#endif  // __CIVIC_H