This commit is contained in:
cozis
2022-05-05 14:35:47 +02:00
parent 6337a7f7ca
commit cd8f9fd6a7
7 changed files with 578 additions and 205 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
#include <stdio.h>
const char *c2html(const char *src, const char *dst);
const char *c2html2(FILE *src, FILE *dst);
char *c2html(const char *str, long len, _Bool table_mode,
const char *class_prefix, const char **error);