| 1 | // |
|---|---|
| 2 | // Copyright (c) 2022 Alexander Grund |
| 3 | // |
| 4 | // Distributed under the Boost Software License, Version 1.0. |
| 5 | // https://www.boost.org/LICENSE_1_0.txt |
| 6 | |
| 7 | #include <boost/locale/config.hpp> |
| 8 | |
| 9 | namespace boost { namespace locale { namespace test { |
| 10 | // POSIX setenv/unsetenv for all platforms and with ISO C++ compiler setting |
| 11 | int setenv(const char* key, const char* value); |
| 12 | int unsetenv(const char* key); |
| 13 | }}} // namespace boost::locale::test |
| 14 |
