8 lines
106 B
C
Raw Normal View History

/* retoor <retoor@molodetz.nl> */
#ifndef LOREG_REPL_H
#define LOREG_REPL_H
void repl_run(void);
#endif