/in/hotel-ll.c: In function 'initialize':
/in/hotel-ll.c:34:14: error: too few arguments to function 'fopen'
FILE* fp=fopen("hotel.db");
^~~~~
In file included from /in/hotel-ll.c:1:0:
/usr/include/stdio.h:274:14: note: declared here
extern FILE *fopen (const char *__restrict __filename,
^~~~~
/in/hotel-ll.c: In function 'write_room':
/in/hotel-ll.c:59:5: error: implicit declaration of function 'fpprint' [-Werror=implicit-function-declaration]
fpprint(fp,"[ %s ]\n",*room_number);
^~~~~~~
/in/hotel-ll.c:62:13: error: implicit declaration of function 'fprint' [-Werror=implicit-function-declaration]
fprint(fp, "type = dorm\n");
^~~~~~
cc1: all warnings being treated as errors