tango.stdc.stdint

D header file for C99.

Members

Aliases

INT16_C
alias INT16_C = typify!(int16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT32_C
alias INT32_C = typify!(int32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT64_C
alias INT64_C = typify!(int64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT8_C
alias INT8_C = typify!(int8_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INTMAX_C
alias INTMAX_C = typify!(intmax_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT16_C
alias UINT16_C = typify!(uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT32_C
alias UINT32_C = typify!(uint32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT64_C
alias UINT64_C = typify!(uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT8_C
alias UINT8_C = typify!(uint8_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINTMAX_C
alias UINTMAX_C = typify!(uintmax_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int16_t
alias int16_t = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int32_t
alias int32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int64_t
alias int64_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int8_t
alias int8_t = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_fast16_t
alias int_fast16_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_fast32_t
alias int_fast32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_fast64_t
alias int_fast64_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_fast8_t
alias int_fast8_t = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_least16_t
alias int_least16_t = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_least32_t
alias int_least32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_least64_t
alias int_least64_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int_least8_t
alias int_least8_t = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intmax_t
alias intmax_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intptr_t
alias intptr_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intptr_t
alias intptr_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint16_t
alias uint16_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint32_t
alias uint32_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint64_t
alias uint64_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint8_t
alias uint8_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_fast16_t
alias uint_fast16_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_fast32_t
alias uint_fast32_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_fast64_t
alias uint_fast64_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_fast8_t
alias uint_fast8_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_least16_t
alias uint_least16_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_least32_t
alias uint_least32_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_least64_t
alias uint_least64_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint_least8_t
alias uint_least8_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uintmax_t
alias uintmax_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uintptr_t
alias uintptr_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uintptr_t
alias uintptr_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

INT16_MAX
int16_t INT16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT16_MIN
int16_t INT16_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT32_MAX
int32_t INT32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT32_MIN
int32_t INT32_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT64_MAX
int64_t INT64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT64_MIN
int64_t INT64_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT8_MAX
int8_t INT8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT8_MIN
int8_t INT8_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INTMAX_MAX
intmax_t INTMAX_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INTMAX_MIN
intmax_t INTMAX_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INTPTR_MAX
intptr_t INTPTR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INTPTR_MIN
intptr_t INTPTR_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST16_MAX
int_fast16_t INT_FAST16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST16_MIN
int_fast16_t INT_FAST16_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST32_MAX
int_fast32_t INT_FAST32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST32_MIN
int_fast32_t INT_FAST32_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST64_MAX
int_fast64_t INT_FAST64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST64_MIN
int_fast64_t INT_FAST64_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST8_MAX
int_fast8_t INT_FAST8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_FAST8_MIN
int_fast8_t INT_FAST8_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST16_MAX
int_least16_t INT_LEAST16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST16_MIN
int_least16_t INT_LEAST16_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST32_MAX
int_least32_t INT_LEAST32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST32_MIN
int_least32_t INT_LEAST32_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST64_MAX
int_least64_t INT_LEAST64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST64_MIN
int_least64_t INT_LEAST64_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST8_MAX
int_least8_t INT_LEAST8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INT_LEAST8_MIN
int_least8_t INT_LEAST8_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PTRDIFF_MAX
ptrdiff_t PTRDIFF_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PTRDIFF_MIN
ptrdiff_t PTRDIFF_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_ATOMIC_MAX
sig_atomic_t SIG_ATOMIC_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIG_ATOMIC_MIN
sig_atomic_t SIG_ATOMIC_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SIZE_MAX
size_t SIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT16_MAX
uint16_t UINT16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT32_MAX
uint32_t UINT32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT64_MAX
uint64_t UINT64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT8_MAX
uint8_t UINT8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINTMAX_MAX
uintmax_t UINTMAX_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINTPTR_MAX
uintptr_t UINTPTR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINTPTR_MIN
uintptr_t UINTPTR_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_FAST16_MAX
uint_fast16_t UINT_FAST16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_FAST32_MAX
uint_fast32_t UINT_FAST32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_FAST64_MAX
uint_fast64_t UINT_FAST64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_FAST8_MAX
uint_fast8_t UINT_FAST8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_LEAST16_MAX
uint_least16_t UINT_LEAST16_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_LEAST32_MAX
uint_least32_t UINT_LEAST32_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_LEAST64_MAX
uint_least64_t UINT_LEAST64_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UINT_LEAST8_MAX
uint_least8_t UINT_LEAST8_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WCHAR_MAX
wchar_t WCHAR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WCHAR_MIN
wchar_t WCHAR_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WINT_MAX
wint_t WINT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WINT_MIN
wint_t WINT_MIN;
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