Initial commit of a basically working but severely unpolished
[sgt/agedu] / httpd.h
1 /*
2 * httpd.h: a minimal custom HTTP server designed to serve the
3 * pages generated by html.h.
4 */
5
6 void run_httpd(const void *t);