#define MAX_PATH
Maximum length of filepaths.
fd_t open(const char *path)
System call for opening files.
fd_t vopenf(const char *_RESTRICT format, va_list args)
Wrapper for opening files with a formatted path, using a va_list.
__UINT64_TYPE__ fd_t
A file descriptor.
__builtin_va_list va_list
_PUBLIC int vsnprintf(char *_RESTRICT s, size_t n, const char *_RESTRICT format, va_list arg)