Added basename(3)
This commit is contained in:
9
include/libgen.h
Normal file
9
include/libgen.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
libgen.h
|
||||
*/
|
||||
|
||||
#include <ansi.h>
|
||||
|
||||
/* Open Group Base Specifications Issue 6 (not complete) */
|
||||
_PROTOTYPE( char *basename, (char *_path) );
|
||||
|
||||
Reference in New Issue
Block a user