mhm
This commit is contained in:
parent
e3d935c5b1
commit
8422a35093
@ -1,11 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
char s_toin[260];
|
||||
char toin[260];
|
||||
FILE *filein;
|
||||
int unin[1024];
|
||||
int inptr[1024];
|
||||
int in[1024];
|
||||
char verbs[10][9] = {
|
||||
{"forward"}, //1
|
||||
@ -46,10 +48,8 @@ void openfile() {
|
||||
|
||||
void interpret() {
|
||||
for (int i = 0; i < 1024; i++) {
|
||||
for (int j = 0; j < 10; j++) { //verbs[this][not this]
|
||||
for (int k = 0; k < 10; k++) { //verbs[not this][this]
|
||||
for (int j = 0; j < 10; j++) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user