- accept4
int accept4(int sockfd, sockaddr* addr, socklen_t* addrlen, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- close
int close(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- read
int read(int fd, void* buffer, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- write
int write(int fd, const(void)* buffer, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.