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

struct fuspel *import(struct fuspel *already_parsed, char *name);

#endif