Boost.Nowide
|
00001 // 00002 // Copyright (c) 2012 Artyom Beilis (Tonkikh) 00003 // 00004 // Distributed under the Boost Software License, Version 1.0. (See 00005 // accompanying file LICENSE_1_0.txt or copy at 00006 // http://www.boost.org/LICENSE_1_0.txt) 00007 // 00008 #ifndef BOOST_NOWIDE_CSTDLIB_HPP_INCLUDED 00009 #define BOOST_NOWIDE_CSTDLIB_HPP_INCLUDED 00010 00011 #include <boost/nowide/cenv.hpp> 00012 #include <boost/nowide/system.hpp> 00013 00014 #endif 00015 00016 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4