diff options
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/parse.h b/inc/parse.h new file mode 100644 index 0000000..cfd9102 --- /dev/null +++ b/inc/parse.h @@ -0,0 +1,8 @@ +#ifndef PARSE_H +#define PARSE_H + +#include <term.h> + +struct term *parse(const char *term); + +#endif |