Add dirname function, forgot to commit header before

This commit is contained in:
Erik van der Kouwe 2010-01-25 18:17:57 +00:00
parent eeaecf1d9c
commit ff416204c5

View file

@ -6,4 +6,5 @@ libgen.h
/* Open Group Base Specifications Issue 6 (not complete) */
_PROTOTYPE( char *basename, (char *_path) );
_PROTOTYPE( char *dirname, (char *_path) );