I have the main function, which consists of a menu.
int main(void) { setvbuf(stdout, NULL, _IONBF, 0); char buffer[999]; char filename[999];