iPXE
include
libgen.h
Go to the documentation of this file.
1
#ifndef _LIBGEN_H
2
#define _LIBGEN_H
3
4
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
5
6
extern
char
*
basename
(
char
*path );
7
extern
char
*
dirname
(
char
*path );
8
9
#endif
/* _LIBGEN_H */
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
dirname
char * dirname(char *path)
Return directory name from path.
Definition:
basename.c:57
basename
char * basename(char *path)
Return base name from path.
Definition:
basename.c:42
Generated by
1.8.15