1 2 3 4 5 6 7 8
#ifndef CMONKEY_REPL_H #define CMONKEY_REPL_H #include <stdio.h> void repl_start(FILE *in, FILE *out); #endif