ocean.stdc.string

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.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).