#ifndef ENUL_REPL__ #define ENUL_REPL__ enum { REPL_OK, REPL_EXIT }; void emul_repl_init(); void emul_repl_start(); void emul_repl_end(); #endif