Warning, /include/boost/compatibility/cpp_c_headers/cstdlib is written in an unsupported language. File is not indexed.
0001 // This file is automatically generated. Do not edit.
0002 // ['../../libs/compatibility/generate_cpp_c_headers.py']
0003 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
0004
0005 #ifndef __CSTDLIB_HEADER
0006 #define __CSTDLIB_HEADER
0007
0008 #include <stdlib.h>
0009
0010 namespace std {
0011 using ::abort;
0012 using ::atexit;
0013 using ::exit;
0014 using ::getenv;
0015 using ::system;
0016 using ::calloc;
0017 using ::malloc;
0018 using ::free;
0019 using ::realloc;
0020 using ::atol;
0021 using ::mblen;
0022 using ::strtod;
0023 using ::wctomb;
0024 using ::atof;
0025 using ::mbstowcs;
0026 using ::strtol;
0027 using ::wcstombs;
0028 using ::atoi;
0029 using ::mbtowc;
0030 using ::strtoul;
0031 using ::bsearch;
0032 using ::qsort;
0033 using ::div_t;
0034 using ::ldiv_t;
0035 using ::abs;
0036 using ::labs;
0037 using ::srand;
0038 using ::div;
0039 using ::ldiv;
0040 using ::rand;
0041 }
0042
0043 #endif // CSTDLIB_HEADER