mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add cwchar.hpp
rename decimal_to_int -> ascii_to_int
This commit is contained in:
parent
50fd5f33bf
commit
28f7c510a5
34 changed files with 576 additions and 92 deletions
18
sprout/cwchar.hpp
Normal file
18
sprout/cwchar.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue