Zen-C
Loading...
Searching...
No Matches
repl.h
Go to the documentation of this file.
1
2#ifndef REPL_H
3#define REPL_H
4
10void run_repl(const char *self_path);
11
12#endif
void run_repl(const char *self_path)
Starts the Read-Eval-Print Loop (REPL).
Definition repl.c:974