X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fmain.c;h=19e7687fce49dea443643f76b4d0faf940f1751d;hb=221c74a4a0e73035645d8f6b13316347fa41cda6;hp=3165a002b545ac1a4f59c3dcbfa672340fd204cb;hpb=d697dc5138fe93ed9d0316ddf41de6c12b05683d;p=smdp.git diff --git a/src/main.c b/src/main.c index 3165a00..19e7687 100644 --- a/src/main.c +++ b/src/main.c @@ -95,6 +95,12 @@ int main(int argc, char *argv[]) { // UTF-8 characters if the system supports it setlocale(LC_CTYPE, ""); + // setup list string + setup_list_strings(); + + // setup character entities + setup_character_entities(); + // open file or set input to STDIN char *file = NULL; FILE *input;