1 /* wcsxfrm( char *, const char *, size_t )
\r
3 This file is part of the Public Domain C Library (PDCLib).
\r
4 Permission is granted to use, modify, and / or redistribute at will.
\r
11 /* See notes on wcscoll. */
\r
12 size_t wcsxfrm( wchar_t * _PDCLIB_restrict s1, const wchar_t * _PDCLIB_restrict s2, size_t n )
\r
21 #include <_PDCLIB_test.h>
\r
25 return TEST_RESULTS;
\r