/in/database.c: In function 'AUTO':
/in/database.c:349:20: warning: passing argument 1 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types]
fscanf("%s%s",tablename,filename);
^~~~~~
In file included from /usr/include/features.h:424:0,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from /in/database.c:2:
/usr/include/stdio.h:395:12: note: expected 'FILE * restrict {aka struct _IO_FILE * restrict}' but argument is of type 'char *'
extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
^