This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
6bb7707e8d
Luna
/
libluna
/
include
/
luna
/
CPath.h
8 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
vfs: Add support for creating directories given a full path
2023-03-11 00:13:44 +00:00
#
pragma once
libc: Add libgen.h
2023-03-28 17:47:47 +00:00
extern
"
C
"
{
char
*
basename
(
char
*
)
;
char
*
dirname
(
char
*
)
;
}
Reference in New Issue
Copy Permalink