Sprout/sprout/cwchar.hpp

33 lines
1.2 KiB
C++
Raw Normal View History

2013-08-08 09:54:33 +00:00
/*=============================================================================
2014-01-08 07:48:12 +00:00
Copyright (c) 2011-2014 Bolero MURAKAMI
2013-08-08 09:54:33 +00:00
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_CWCHER_HPP
#define SPROUT_CWCHER_HPP
#include <sprout/config.hpp>
#include <sprout/cwchar/wcscpy.hpp>
#include <sprout/cwchar/wcsncpy.hpp>
#include <sprout/cwchar/wmemcpy.hpp>
#include <sprout/cwchar/wmemmove.hpp>
#include <sprout/cwchar/wcscat.hpp>
#include <sprout/cwchar/wcsncat.hpp>
#include <sprout/cwchar/wmemcmp.hpp>
#include <sprout/cwchar/wcscmp.hpp>
#include <sprout/cwchar/wcscoll.hpp>
#include <sprout/cwchar/wcsncmp.hpp>
#include <sprout/cwchar/wmemchr.hpp>
#include <sprout/cwchar/wcschr.hpp>
#include <sprout/cwchar/wcscspn.hpp>
#include <sprout/cwchar/wcspbrk.hpp>
#include <sprout/cwchar/wcsrchr.hpp>
#include <sprout/cwchar/wcsspn.hpp>
#include <sprout/cwchar/wcsstr.hpp>
#include <sprout/cwchar/wcslen.hpp>
#include <sprout/cwchar/wmemset.hpp>
#endif // #ifndef SPROUT_CWCHER_HPP