OpenGrok
Cross Reference: libgen.h
xref
: /
external
/
fio
/
os
/
windows
/
posix
/
include
/
libgen.h
Home
|
History
|
Annotate
|
Download
|
only in
include
1
#
ifndef
LIBGEN_H
2
#
define
LIBGEN_H
3
4
char
*
basename
(
char
*
path
);
5
6
#
endif
/* LIBGEN_H */
7