c-repl/src/include/input.h
2023-10-27 14:09:25 +02:00

6 lines
68 B
C

#ifndef DEF_INPUT_H
#define DEF_INPUT_H
string get_input();
#endif