10 lines
230 B
C
10 lines
230 B
C
|
|
#include <taiga.h>
|
||
|
|
|
||
|
|
void simple_stylesheet(FILE* out, const char* top) {
|
||
|
|
}
|
||
|
|
|
||
|
|
void simple_head(FILE* out, const char* top, xl_node_t* header) {
|
||
|
|
}
|
||
|
|
|
||
|
|
void simple_body(FILE* out, const char* top, const char* title, xl_node_t* body) {
|
||
|
|
}
|