summaryrefslogtreecommitdiffstats
path: root/parse.h
blob: 33d7cf416a6948f8772b5480ffa8e424af0cfac4 (plain)
1
2
3
4
5
6
#ifndef PARSE_H
#define PARSE_H

void parse(const char *s);

#endif /* PARSE_H */