comparison directive.h @ 15:f6177d3ed5c2

handle directives
author David A. Holland
date Sun, 19 Dec 2010 21:42:01 -0500
parents
children 76c114899f63
comparison
equal deleted inserted replaced
14:5045b9678bb0 15:f6177d3ed5c2
1 #include <stddef.h>
2
3 struct place;
4
5 void directive_init(void);
6 void directive_cleanup(void);
7
8 void directive_gotline(struct place *p, char *line, size_t len);
9 void directive_goteof(struct place *p);
10