aboutsummaryrefslogtreecommitdiff
path: root/interpreter/fuspel.h
blob: fea191daaa421759519c68629dce2c470cff6f1e (plain) (blame)
1
2
3
4
5
6
#ifndef _H_FUSPEL
#define _H_FUSPEL

fuspel* parse_file(fuspel* already_parsed, char* fname);

#endif