Add dirname function, forgot to commit header before
This commit is contained in:
parent
eeaecf1d9c
commit
ff416204c5
|
|
@ -6,4 +6,5 @@ libgen.h
|
||||||
|
|
||||||
/* Open Group Base Specifications Issue 6 (not complete) */
|
/* Open Group Base Specifications Issue 6 (not complete) */
|
||||||
_PROTOTYPE( char *basename, (char *_path) );
|
_PROTOTYPE( char *basename, (char *_path) );
|
||||||
|
_PROTOTYPE( char *dirname, (char *_path) );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user