tmp/tmp612b_9ly/{from.md → to.md}
RENAMED
|
@@ -61,11 +61,11 @@ namespace std {
|
|
| 61 |
wchar_t* wcstok(wchar_t* s1, const wchar_t* s2, wchar_t** ptr);
|
| 62 |
const wchar_t* wmemchr(const wchar_t* s, wchar_t c, size_t n); // see [library.c]
|
| 63 |
wchar_t* wmemchr(wchar_t* s, wchar_t c, size_t n); // see [library.c]
|
| 64 |
size_t wcslen(const wchar_t* s);
|
| 65 |
wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n);
|
| 66 |
-
size_t wcsftime(wchar_t* s, size_t maxsize, const wchar_t* format, const
|
| 67 |
wint_t btowc(int c);
|
| 68 |
int wctob(wint_t c);
|
| 69 |
|
| 70 |
// [c.mb.wcs], multibyte / wide string and character conversion functions
|
| 71 |
int mbsinit(const mbstate_t* ps);
|
|
|
|
| 61 |
wchar_t* wcstok(wchar_t* s1, const wchar_t* s2, wchar_t** ptr);
|
| 62 |
const wchar_t* wmemchr(const wchar_t* s, wchar_t c, size_t n); // see [library.c]
|
| 63 |
wchar_t* wmemchr(wchar_t* s, wchar_t c, size_t n); // see [library.c]
|
| 64 |
size_t wcslen(const wchar_t* s);
|
| 65 |
wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n);
|
| 66 |
+
size_t wcsftime(wchar_t* s, size_t maxsize, const wchar_t* format, const tm* timeptr);
|
| 67 |
wint_t btowc(int c);
|
| 68 |
int wctob(wint_t c);
|
| 69 |
|
| 70 |
// [c.mb.wcs], multibyte / wide string and character conversion functions
|
| 71 |
int mbsinit(const mbstate_t* ps);
|