ocean.stdc.string

Undocumented in source.

Public Imports

core.stdc.string
public import core.stdc.string;
Undocumented in source.
core.stdc.wchar_
public import core.stdc.wchar_;
Undocumented in source.
ocean.stdc.gnu.string
public import ocean.stdc.gnu.string;
Undocumented in source.

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.

Imports

strcasecmp (from core.sys.posix.strings)
public import core.sys.posix.strings : strcasecmp, strncasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncasecmp (from core.sys.posix.strings)
public import core.sys.posix.strings : strcasecmp, strncasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsignal (from core.sys.posix.string)
public import core.sys.posix.string : strsignal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta