1 2 3 4 5 6 7 8
#ifndef LIBWEBGLUE_H #define LIBWEBGLUE_H void web_header(char *); void web_echo(char *, ...); int web_time(void); #endif