ocean.stdc.string

Undocumented in source.

Public Imports

core.stdc.string
public import core.stdc.string;
core.stdc.wchar_
public import core.stdc.wchar_;
ocean.stdc.gnu.string
public import ocean.stdc.gnu.string;
core.sys.posix.string
public import core.sys.posix.string : strsignal;
core.sys.posix.strings
public import core.sys.posix.strings : strcasecmp, strncasecmp;

Members

Functions

strcasecmp
int strcasecmp(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncasecmp
int strncasecmp(char* s1, char* s2, 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.
strsignal
char* strsignal(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta