#include #include "cforum.h" void srverr(char *err) { char title[] = "500 Internal Server Error"; printf("Status: %s\n", title); printf("Content-Type: text/html\n\n"); #include "t/err.tc" }