more.c

Contains code to help interfacing with C code.

Members

Aliases

cdstring
alias cdstring = SentinelPtr!(const(dchar))

A cstring` is pointer to an array of characters that is terminated with a '\0' (null) character.

cint
alias cint = int
Undocumented in source.
cstring
alias cstring = SentinelPtr!(const(char))

A cstring` is pointer to an array of characters that is terminated with a '\0' (null) character.

cuint
alias cuint = uint
Undocumented in source.
cwstring
alias cwstring = SentinelPtr!(const(wchar))

A cstring` is pointer to an array of characters that is terminated with a '\0' (null) character.

Functions

strlen
size_t strlen(cstring str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tempCString
auto tempCString(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta