Files
my-os-project2/kernel/path/path.h

7 lines
122 B
C

#ifndef PATH_PATH_H_
#define PATH_PATH_H_
void path_parse(const char *in, char *mp, char *path);
#endif // PATH_PATH_H_