hollyhock
include
stdlib.h
1
#ifdef __cplusplus
2
#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
3
#include_next <stdlib.h>
4
#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS
5
6
#undef setenv
7
#undef itoa
8
9
extern
"C++"
10
{
11
namespace
std
12
{
13
using ::setenv;
14
using ::itoa;
15
}
// namespace std
16
17
using
std::setenv;
18
using
std::itoa;
19
}
// extern C++
20
21
#endif
// __cplusplus
22
#include_next <stdlib.h>
Generated by
1.9.1