This commit is contained in:
Audy 2022-05-17 21:50:38 -06:00
parent e3d935c5b1
commit 8422a35093
3 changed files with 3 additions and 3 deletions

View File

@ -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,12 +48,10 @@ 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++) {
}
}
}
}
int main() {

Binary file not shown.

Binary file not shown.