mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Added dirname()
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user