Simple file IO with the ioctl syscall
This commit is contained in:
6
kernel/path/path.h
Normal file
6
kernel/path/path.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef PATH_PATH_H_
|
||||
#define PATH_PATH_H_
|
||||
|
||||
void path_parse(const char *in, char *mp, char *path);
|
||||
|
||||
#endif // PATH_PATH_H_
|
Reference in New Issue
Block a user