License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Standards
ISO/IEC 9899:1999 (E)
D header file for C99.
(See accompanying file LICENSE)
int strcoll(scope const char * s1, scope const char * s2)char * strdup(scope const char * s)char * strndup(scope const char * str, size_t size)char * strerror(int errnum)char * strtok(return scope char * s1, scope const char * s2)size_t strxfrm(scope char * s1, scope const char * s2, size_t n)