Port

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

Members

Static functions

isFloat32LiteralOutOfRange
bool isFloat32LiteralOutOfRange(const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
isFloat64LiteralOutOfRange
bool isFloat64LiteralOutOfRange(const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
memicmp
int memicmp(char* s1, char* s2, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
readlongBE
uint readlongBE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readlongLE
uint readlongLE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readwordBE
uint readwordBE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readwordLE
uint readwordLE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
strupr
char* strupr(char* s)
Undocumented in source. Be warned that the author may not have intended to support it.
valcpy
void valcpy(void* dst, ulong val, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
writelongBE
void writelongBE(uint value, void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
writelongLE
void writelongLE(uint value, void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta