summaryrefslogtreecommitdiff
path: root/src/c_fl.h
blob: 69e2e7219f610f1de5957ef02dae60cf441a655e (plain)
1
2
3
4
5
6
7
8
9
10
11


#ifndef FL_GUARD
#define FL_GUARD


extern "C" int fl_run(void);


#endif