Ver código fonte

Stdlib header file cleanup

Taddeus Kroes 12 anos atrás
pai
commit
7ed93f79ce
1 arquivos alterados com 7 adições e 2 exclusões
  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