mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
28f7c510a5
rename decimal_to_int -> ascii_to_int
18 lines
576 B
C++
18 lines
576 B
C++
#ifndef SPROUT_CWCHER_HPP
|
|
#define SPROUT_CWCHER_HPP
|
|
|
|
#include <sprout/config.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>
|
|
|
|
#endif // #ifndef SPROUT_CWCHER_HPP
|