2 // C++ Interface: fileutils
7 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004
9 // Copyright: See COPYING file that comes with this distribution
20 char *create_filename (char *name, char *ext);
21 ofstream *open_fstream (const char *filename);