X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=utilities%2Fgengetopt%2Ffileutils.h;fp=utilities%2Fgengetopt%2Ffileutils.h;h=013b7a6ee205c2c7e761dbccb3b8a79c44830571;hb=79381bc54b9e0c85156460daa211fe5ac83da0a7;hp=0000000000000000000000000000000000000000;hpb=4454c06e212fb6af58d206f2d6f9b76778858967;p=clitk.git diff --git a/utilities/gengetopt/fileutils.h b/utilities/gengetopt/fileutils.h new file mode 100644 index 0000000..013b7a6 --- /dev/null +++ b/utilities/gengetopt/fileutils.h @@ -0,0 +1,23 @@ +// +// C++ Interface: fileutils +// +// Description: +// +// +// Author: Lorenzo Bettini , (C) 2004 +// +// Copyright: See COPYING file that comes with this distribution +// +// + +#ifndef FILEUTILS_H +#define FILEUTILS_H + +#include + +using std::ofstream; + +char *create_filename (char *name, char *ext); +ofstream *open_fstream (const char *filename); + +#endif