mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +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
|
@ -3,12 +3,11 @@
|
|||
|
||||
#include <sprout/config.hpp>
|
||||
|
||||
#define SPROUT_PP_CAT_I(a, b) a ## b
|
||||
|
||||
//
|
||||
// SPROUT_PP_CAT
|
||||
//
|
||||
#define SPROUT_PP_CAT(a, b) SPROUT_PP_CAT_I(a, b)
|
||||
#define SPROUT_PP_CAT_I(a, b) a ## b
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_CAT_HPP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue