File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5528
5528
size_t strspn(const char* s1, const char* s2); // freestanding
5529
5529
const char* strstr(const char* s1, const char* s2); // freestanding; see \ref {library.c }
5530
5530
char* strstr(char* s1, const char* s2); // freestanding; see \ref {library.c }
5531
- char* strtok(char* s1, const char* s2); // freestanding
5531
+ char* strtok(char* s1, const char* s2);
5532
5532
void* memset(void* s, int c, size_t n); // freestanding
5533
5533
char* strerror(int errnum);
5534
5534
size_t strlen(const char* s); // freestanding
Original file line number Diff line number Diff line change 643
643
#define @\defnlibxname {cpp_lib_freestanding_char_traits}@ 202306L // freestanding, also in \libheader {string}
644
644
#define @\defnlibxname {cpp_lib_freestanding_charconv}@ 202306L // freestanding, also in \libheader {charconv}
645
645
#define @\defnlibxname {cpp_lib_freestanding_cstdlib}@ 202306L // freestanding, also in \libheader {cstdlib}, \libheader {cmath}
646
- #define @\defnlibxname {cpp_lib_freestanding_cstring}@ 202306L // freestanding, also in \libheader {cstring}
646
+ #define @\defnlibxname {cpp_lib_freestanding_cstring}@ 202311L // freestanding, also in \libheader {cstring}
647
647
#define @\defnlibxname {cpp_lib_freestanding_cwchar}@ 202306L // freestanding, also in \libheader {cwchar}
648
648
#define @\defnlibxname {cpp_lib_freestanding_errc}@ 202306L
649
649
// freestanding, also in \libheader {cerrno}, \libheader {system_error}
You can’t perform that action at this time.
0 commit comments