cstdlib.hpp 435 B

12345678910111213141516
  1. //
  2. // Copyright (c) 2012 Artyom Beilis (Tonkikh)
  3. //
  4. // Distributed under the Boost Software License, Version 1.0. (See
  5. // accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. //
  8. #ifndef BOOST_NOWIDE_CSTDLIB_HPP_INCLUDED
  9. #define BOOST_NOWIDE_CSTDLIB_HPP_INCLUDED
  10. #include <boost/nowide/cenv.hpp>
  11. #include <boost/nowide/system.hpp>
  12. #endif
  13. ///
  14. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4