#include "src.h" #include void c1() { FILE *f = fopen(FNAME, "w+"); solve(1, "Creation of a new file", fmtstr("Filename: %s\nLocation: %s", FNAME, get_file_path(FNAME))); } int main() { print_header(); c1(); return 0; }