fix format
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-08 22:32:33 +09:00
commit 55aa66a7db
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 143 additions and 209 deletions

10
src/simple.c Normal file
View file

@ -0,0 +1,10 @@
#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) {
}