License
Distributed under the
Boost Software License 1.0. (See accompanying file LICENSE)
Standards
ISO/IEC 9899:1999 (E)
Source: core/stdc/_stdlib.d
D header file for C99.
Boost Software License 1.0. (See accompanying file LICENSE)
Source: core/stdc/_stdlib.d
int quotc_long quotlong quotinout(void) * bsearch(const void * key, inout(void) * base, size_t nmemb, size_t size, _compare_fp_t compar) extern(C) nothrow @nogcc_long strtol(scope inout(char) * nptr, scope inout(char) * * endptr, int base) extern(C) nothrow @nogclong strtoll(scope inout(char) * nptr, scope inout(char) * * endptr, int base) extern(C) nothrow @nogcc_ulong strtoul(scope inout(char) * nptr, scope inout(char) * * endptr, int base) extern(C) nothrow @nogculong strtoull(scope inout(char) * nptr, scope inout(char) * * endptr, int base) extern(C) nothrow @nogcEXIT_SUCCESS = 0EXIT_FAILURE = 1MB_CUR_MAX = 1