Added basename() to make automatically naming images easier.

This commit is contained in:
Michael Brown
2007-01-12 05:24:51 +00:00
parent 29dadc5ec6
commit f15482d85f
2 changed files with 46 additions and 0 deletions

6
src/include/libgen.h Normal file
View File

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