tango.stdc.stddef

D header file for C99.

Members

Aliases

wchar_t
alias wchar_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_t
alias wchar_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctrans_t
alias wctrans_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctrans_t
alias wctrans_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctype_t
alias wctype_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctype_t
alias wctype_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wint_t
alias wint_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wint_t
alias wint_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

WEOF
wchar WEOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WEOF
dchar WEOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly