10 char* str =
sread(fd);
fd_t open(const char *path)
System call for opening files.
uint64_t close(fd_t fd)
System call for closing files.
char * sread(fd_t fd)
Wrapper for reading a file directly into a null-terminated string.
char * sreadfile(const char *path)
Wrapper for reading an entire file directly into a null-terminated string.
#define NULL
Pointer error value.
#define ERR
Integer error value.
__UINT64_TYPE__ fd_t
A file descriptor.