License
Standards
The Open Group Base Specifications Issue 8, IEEE Std 1003.1, 2024 Edition
D header file for POSIX.
int access(const scope char *, int)int chdir(const scope char *)int chown(const scope char *, uid_t, gid_t)size_t confstr(int, char *, size_t)int execl(const scope char *, const scope char *, ...)int execle(const scope char *, const scope char *, ...)int execlp(const scope char *, const scope char *, ...)int execv(const scope char *, const scope char * *)int execve(const scope char *, const scope char * *, const scope char * *)int execvp(const scope char *, const scope char * *)char * getcwd(char *, size_t)int getgroups(int, gid_t *)int gethostname(char *, size_t)int getlogin_r(char *, size_t)int getopt(int, const scope char * *, const scope char *)int link(const scope char *, const scope char *)c_long pathconf(const scope char *, int)ssize_t read(int, void *, size_t)ssize_t readlink(const scope char *, char *, size_t)int rmdir(const scope char *)int symlink(const scope char *, const scope char *)int ttyname_r(int, char *, size_t)int unlink(const scope char *)ssize_t write(int, const scope void *, size_t)STDIN_FILENO = 0STDOUT_FILENO = 1STDERR_FILENO = 2char * optargint optindint opterrint optopt