#define EINVAL
Invalid argument.
#define errno
Error number variable.
uint64_t vreadf(fd_t fd, const char *_RESTRICT format, va_list args)
Wrapper for reading a formatted string from a file with a va_list.
uint64_t read(fd_t fd, void *buffer, uint64_t count)
System call for reading from files.
#define ERR
Integer error value.
__UINT64_TYPE__ fd_t
A file descriptor.
EFI_PHYSICAL_ADDRESS buffer
__builtin_va_list va_list
_PUBLIC int vsscanf(const char *_RESTRICT s, const char *_RESTRICT format, va_list arg)