aboutsummaryrefslogtreecommitdiff
path: root/include/repl.h
blob: 4b833ad052ebb2b873ac0e744e92791aa94c3c0c (plain)
1
2
3
4
5
6
7
8
#ifndef REPL_H
#define REPL_H


void repl(void);


#endif