Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/cstdlib @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
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 | |
10 namespace 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 |