Added basename(3)

This commit is contained in:
Philip Homburg
2005-08-25 11:33:43 +00:00
parent 4c863cf9fc
commit a61e8f28c7
3 changed files with 43 additions and 0 deletions

9
include/libgen.h Normal file
View File

@@ -0,0 +1,9 @@
/*
libgen.h
*/
#include <ansi.h>
/* Open Group Base Specifications Issue 6 (not complete) */
_PROTOTYPE( char *basename, (char *_path) );