diff --git a/source/strings.tex b/source/strings.tex index aaa2d04a5b..1d786b7099 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -5528,7 +5528,7 @@ size_t strspn(const char* s1, const char* s2); // freestanding const char* strstr(const char* s1, const char* s2); // freestanding; see \ref{library.c} char* strstr(char* s1, const char* s2); // freestanding; see \ref{library.c} - char* strtok(char* s1, const char* s2); // freestanding + char* strtok(char* s1, const char* s2); void* memset(void* s, int c, size_t n); // freestanding char* strerror(int errnum); size_t strlen(const char* s); // freestanding diff --git a/source/support.tex b/source/support.tex index 3d4e9ac495..58f8672ef0 100644 --- a/source/support.tex +++ b/source/support.tex @@ -643,7 +643,7 @@ #define @\defnlibxname{cpp_lib_freestanding_char_traits}@ 202306L // freestanding, also in \libheader{string} #define @\defnlibxname{cpp_lib_freestanding_charconv}@ 202306L // freestanding, also in \libheader{charconv} #define @\defnlibxname{cpp_lib_freestanding_cstdlib}@ 202306L // freestanding, also in \libheader{cstdlib}, \libheader{cmath} -#define @\defnlibxname{cpp_lib_freestanding_cstring}@ 202306L // freestanding, also in \libheader{cstring} +#define @\defnlibxname{cpp_lib_freestanding_cstring}@ 202311L // freestanding, also in \libheader{cstring} #define @\defnlibxname{cpp_lib_freestanding_cwchar}@ 202306L // freestanding, also in \libheader{cwchar} #define @\defnlibxname{cpp_lib_freestanding_errc}@ 202306L // freestanding, also in \libheader{cerrno}, \libheader{system_error}