blob: 9248a6e76da23bde31648319f786e919f517e0ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#if 0
#include <wchar.h>
errno_t wcrtomb_s(size_t * restrict retval, char * restrict s, rsize_t smax,
wchar_t wc, mbstate_t * restrict ps)
{
SIGNAL_SAFE(0);
}
/*
CEXT1(201112)
*/
#endif
|