Skip to content

Instantly share code, notes, and snippets.

View federicobond's full-sized avatar

Federico Bond federicobond

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#define MEM_SIZE 30000
#define BUF_SIZE 2000
void execute(const char prg[]);
int read_file(FILE *f, char buf[], const int bufsize);