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

void repl(void);

#endif