Przeglądaj źródła

Added civic.h to bin dir

Taddeus Kroes 11 lat temu
rodzic
commit
f9f80a8efc
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      bin/civic.h

+ 13 - 0
bin/civic.h

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