Added dirname()

This commit is contained in:
Michael Brown
2007-06-03 01:51:10 +00:00
parent 816c8f3b89
commit 182e3ed61d
2 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#ifndef _LIBGEN_H
#define _LIBGEN_H
char * basename ( char *path );
extern char * basename ( char *path );
extern char * dirname ( char *path );
#endif /* _LIBGEN_H */