32 const char entryName[]);
void dirlistingEnd(FILE *stream)
Prints the end of a directory-listing HTML page to a stream.
void dirlistingBegin(FILE *stream, const char dirName[])
Prints the beginning of a directory-listing HTML page to a stream.
void dirlistingPrintEntry(FILE *stream, const char dirName[], const char entryName[])
Prints an entry of a directory listing to a stream.