add comments line 31 && line 171
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
||||||
|
/* These are temporary, just to not get a lot of error while writing code */
|
||||||
#define BR
|
#define BR
|
||||||
#define ADD
|
#define ADD
|
||||||
#define LD
|
#define LD
|
||||||
@@ -167,5 +168,5 @@ int main(int argc, const char* argv[]) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
restore_input_buffering();
|
restore_input_buffering(); // shutdown
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user