Archived
1
0

add comments line 31 && line 171

This commit is contained in:
Erick
2022-01-30 00:57:42 +01:00
parent 1a9662fdc3
commit faf516e646
+2 -1
View File
@@ -28,6 +28,7 @@
#define TRUE 1
#define FALSE 0
/* These are temporary, just to not get a lot of error while writing code */
#define BR
#define ADD
#define LD
@@ -167,5 +168,5 @@ int main(int argc, const char* argv[]) {
break;
}
}
restore_input_buffering();
restore_input_buffering(); // shutdown
}