Added basename() to make automatically naming images easier.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef _LIBGEN_H
|
||||
#define _LIBGEN_H
|
||||
|
||||
char * basename ( char *path );
|
||||
|
||||
#endif /* _LIBGEN_H */
|
||||
Reference in New Issue
Block a user