lake/parse.h
2011-04-17 21:24:23 -07:00

9 lines
No EOL
123 B
C

#ifndef _PARSE_H
#define _PARSE_H 1
#include <stdlib.h>
#include "lake.h"
LakeVal *parse_expr(char *s, size_t n);
#endif