OSDN Git Service

p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I...
[proj16/16.git] / src / lib / 16_head.h
index 9fcf366..0f0c74f 100755 (executable)
@@ -197,8 +197,9 @@ typedef union REGPACK       regs_t;
 \r
 #define INPUT_STATUS_1         0x03da\r
 \r
-/* local function */\r
+// local function //\r
 long int filesize(FILE *fp);\r
+void clrstdin();\r
 char *remove_ext(char* mystr, char dot, char sep);\r
 void rotateR(byte arr[], byte n);\r
 void rotateL(byte arr[], byte n);\r