#ifndef REPL_H #define REPL_H void run_repl(const char *self_path); #endif