#ifndef CMONKEY_REPL_H #define CMONKEY_REPL_H #include void repl_start(FILE *in, FILE *out); #endif