Go to the documentation of this file.
41 void header(FILE* output,
const char* title,
const char* css,
const char* meta = NULL);
44 void table_begin(FILE* output,
const char*
id,
const char* cls,
const char* caption);
48 void th(FILE* output,
const char* name, ...);
49 void td(FILE* output,
const char* name, ...);
132 th_object(FILE* output,
const char* name, ...);
156 td_object(FILE* output,
const char* name, ...);