Mercurial > ~dholland > hg > tradcpp > index.cgi
view directive.h @ 23:fb83c2df2268
notes for later.
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 04:21:51 -0500 |
parents | f6177d3ed5c2 |
children | 76c114899f63 |
line wrap: on
line source
#include <stddef.h> struct place; void directive_init(void); void directive_cleanup(void); void directive_gotline(struct place *p, char *line, size_t len); void directive_goteof(struct place *p);