#ifndef _INTERPRET_H_ #define _INTERPRET_H_ #include char *run_tape(char* input, uint8_t quiet); #endif