MAXPATH
strncpy(cur_path+5, argv[0], MAXPATH-6);
char cur_path[MAXPATH] = "PATH=/bin:/usr/bin";
char fname[MAXPATH];
char cppfile[MAXPATH];