aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
blob: cfd91020724d469decdd3690504eb028a7bb400f (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PARSE_H
#define PARSE_H

#include <term.h>

struct term *parse(const char *term);

#endif