add CONFIG printf

This commit is contained in:
cuu
2021-05-13 12:59:35 +08:00
parent 458a7b4c49
commit c6e3c43116
4 changed files with 35 additions and 9 deletions

View File

@@ -209,6 +209,10 @@ typedef struct _CONFIG
Margin margin;
FONT*font;
ImageCache *img;
FILE*fp;
int (*printf)(struct _CONFIG*, char*, ...);
}CONFIG;