libgen.h

Go to the documentation of this file.
00001 #ifndef _LIBGEN_H
00002 #define _LIBGEN_H
00003 
00004 FILE_LICENCE ( GPL2_OR_LATER );
00005 
00006 extern char * basename ( char *path );
00007 extern char * dirname ( char *path );
00008 
00009 #endif /* _LIBGEN_H */

Generated on Tue Apr 6 20:01:09 2010 for gPXE by  doxygen 1.5.7.1