comparison output.h @ 21:e3fab8f1b52c

strip comments.
author David A. Holland
date Mon, 20 Dec 2010 04:15:02 -0500
parents f9792a9ec704
children 76c114899f63
comparison
equal deleted inserted replaced
20:40748b097655 21:e3fab8f1b52c
1 void output(const char *buf, size_t len); 1 void output(const struct place *p, const char *buf, size_t len);
2 void output_eof(void); 2 void output_eof(void);