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

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

#endif