Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

dirfile.h

Go to the documentation of this file.
00001 #ifndef DIRFILE_HEADER
00002 #define DIRFILE_HEADER
00003 
00004 /* ==== HEADER dirfile.h ==== */
00005 
00014 /* ANSI C + UNIX, 19-Feb-1998, Andris Aszodi */
00015 
00016 /* ---- PROTOTYPES ---- */
00017 
00018 #ifdef __cplusplus
00019 namespace RazorBack { extern "C" {
00020 #endif
00021 
00045 char *fname_split(const char *Fullname, char **Path, char **Name, char **Ext);
00046 
00055 char *change_ext(const char *Name, const char *Ext);
00056 
00065 int mkdir_p(const char *Path);
00066 
00067 #ifdef __cplusplus
00068 } }
00069 #endif
00070 
00071 /* ==== END OF HEADER dirfile.h ==== */
00072 
00073 #endif  /* DIRFILE_HEADER */

Generated at Wed Aug 21 09:33:39 2002 for The Razorback C Library: Miscellaneous Utilities by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001