rename from xmllib to xemil

This commit is contained in:
Nishi 2025-12-23 02:05:29 +09:00
commit 25cc3877b2
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 30 additions and 30 deletions

View file

@ -1,4 +1,4 @@
#include <xmllib.h>
#include <xemil.h>
#define INDENT 2
@ -46,7 +46,7 @@ int main(int argc, char** argv) {
int i;
for(i = 1; i < argc; i++) {
xmllib_t* h = xl_open_file(argv[i]);
xemil_t* h = xl_open_file(argv[i]);
if(h != NULL) {
printf("%s:\n", argv[i]);
if(xl_parse(h)) {