- arc4random
core.stdc.stdint.uint32_t arc4random()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- arc4random_buf
void arc4random_buf(void* _buf, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- arc4random_uniform
core.stdc.stdint.uint32_t arc4random_uniform(core.stdc.stdint.uint32_t upper_bound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- freezero
void freezero(void* ptr_, size_t sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getprogname
const(char)* getprogname()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- reallocarray
void* reallocarray(void* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- recallocarray
void* recallocarray(void* , size_t , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.