core.sys.wasi.types

D header file for WASI.

Public Imports

core.stdc.stddef
public import core.stdc.stddef;
Undocumented in source.

Members

Aliases

blkcnt_t
alias blkcnt_t = slong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blksize_t
alias blksize_t = slong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_t
alias clock_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dev_t
alias dev_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
error_t
alias error_t = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gid_t
alias gid_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
id_t
alias id_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ino_t
alias ino_t = ulong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key_t
alias key_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mode_t
alias mode_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nlink_t
alias nlink_t = ulong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
off_t
alias off_t = slong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pid_t
alias pid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slong_t
alias slong_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssize_t
alias ssize_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
suseconds_t
alias suseconds_t = slong_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time_t
alias time_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uid_t
alias uid_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ulong_t
alias ulong_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
useconds_t
alias useconds_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly, Alex Rønne Petersen