fs Add tree subcommand
This commit is contained in:
7
ulib/fs/path.h
Normal file
7
ulib/fs/path.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef ULIB_FS_PATH_H_
|
||||
#define ULIB_FS_PATH_H_
|
||||
|
||||
void path_parse(const char *in, char *mp, char *path);
|
||||
const char *path_basename(const char *path);
|
||||
|
||||
#endif // ULIB_FS_PATH_H_
|
Reference in New Issue
Block a user