mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Added basename() to make automatically naming images easier.
This commit is contained in:
6
src/include/libgen.h
Normal file
6
src/include/libgen.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _LIBGEN_H
|
||||
#define _LIBGEN_H
|
||||
|
||||
char * basename ( char *path );
|
||||
|
||||
#endif /* _LIBGEN_H */
|
||||
Reference in New Issue
Block a user