summaryrefslogtreecommitdiff
path: root/src/wchar/wcscat_s.c
blob: b762d219133b0e6a58ffc8f40c86c3dc96f78908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <wchar.h>

errno_t wcscat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/


#endif