Add dirname function, forgot to commit header before
This commit is contained in:
parent
eeaecf1d9c
commit
ff416204c5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue