8 lines
106 B
C
Raw Normal View History

2026-01-04 00:04:48 +01:00
/* retoor <retoor@molodetz.nl> */
#ifndef LOREG_REPL_H
#define LOREG_REPL_H
void repl_run(void);
#endif