11 fd_t fd =
open(
F(
"%s:create:directory", path));
fd_t open(const char *path)
System call for opening files.
uint64_t close(fd_t fd)
System call for closing files.
#define F(format,...)
Allocates a formatted string on the stack.
uint64_t mkdir(const char *path)
Wrapper for creating a directory.
#define ERR
Integer error value.
__UINT64_TYPE__ fd_t
File descriptor type.