PATH_TEMPLATE
char *file, pathname[sizeof(PATH_TEMPLATE)+1];
strcpy(pathname, PATH_TEMPLATE);
char *file, pathname[sizeof(PATH_TEMPLATE)];