source: NonGTP/Boost/boost/compatibility/cpp_c_headers/cstdlib @ 857

Revision 857, 839 bytes checked in by igarcia, 18 years ago (diff)
Line 
1// This file is automatically generated. Do not edit.
2// ['../../libs/compatibility/generate_cpp_c_headers.py']
3// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
4
5#ifndef __CSTDLIB_HEADER
6#define __CSTDLIB_HEADER
7
8#include <stdlib.h>
9
10namespace std {
11  using ::abort;
12  using ::atexit;
13  using ::exit;
14  using ::getenv;
15  using ::system;
16  using ::calloc;
17  using ::malloc;
18  using ::free;
19  using ::realloc;
20  using ::atol;
21  using ::mblen;
22  using ::strtod;
23  using ::wctomb;
24  using ::atof;
25  using ::mbstowcs;
26  using ::strtol;
27  using ::wcstombs;
28  using ::atoi;
29  using ::mbtowc;
30  using ::strtoul;
31  using ::bsearch;
32  using ::qsort;
33  using ::div_t;
34  using ::ldiv_t;
35  using ::abs;
36  using ::labs;
37  using ::srand;
38  using ::div;
39  using ::ldiv;
40  using ::rand;
41}
42
43#endif // CSTDLIB_HEADER
Note: See TracBrowser for help on using the repository browser.