Parcourir la source

Stdlib header file cleanup

Taddeus Kroes il y a 12 ans
Parent
commit
7ed93f79ce
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  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