mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add <cstring> and <cwchar> compatible constexpr functions
This commit is contained in:
parent
fe255a5e74
commit
b04dea6002
26 changed files with 526 additions and 103 deletions
|
@ -9,6 +9,12 @@
|
|||
#define SPROUT_CSTRING_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/cstring/memcpy.hpp>
|
||||
#include <sprout/cstring/memmove.hpp>
|
||||
#include <sprout/cstring/strcpy.hpp>
|
||||
#include <sprout/cstring/strncpy.hpp>
|
||||
#include <sprout/cstring/strcat.hpp>
|
||||
#include <sprout/cstring/strncat.hpp>
|
||||
#include <sprout/cstring/memcmp.hpp>
|
||||
#include <sprout/cstring/strcmp.hpp>
|
||||
#include <sprout/cstring/strcoll.hpp>
|
||||
|
@ -20,6 +26,7 @@
|
|||
#include <sprout/cstring/strrchr.hpp>
|
||||
#include <sprout/cstring/strspn.hpp>
|
||||
#include <sprout/cstring/strstr.hpp>
|
||||
#include <sprout/cstring/memset.hpp>
|
||||
#include <sprout/cstring/strlen.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_CSTRING_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue