again, more testing
This commit is contained in:
parent
dabd9dda17
commit
cc6dd3bc0b
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"makefile.makefilePath": ""
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
5
|
||||
6
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -6,11 +6,17 @@
|
|||
|
||||
void util_stuff();
|
||||
|
||||
|
||||
int KEYS_TO_QUIT = 2;
|
||||
|
||||
void util_stuff(){
|
||||
|
||||
printf("Hello World!\n");
|
||||
puts("TEST");
|
||||
|
||||
|
||||
wait_key_pressed();
|
||||
for(int i = 0; i < KEYS_TO_QUIT; i++){
|
||||
wait_key_pressed();
|
||||
}
|
||||
return;
|
||||
}
|
||||
BIN
testing/util.o
BIN
testing/util.o
Binary file not shown.
Loading…
Reference in New Issue