NAME
strxfrm —
transform a string under
locale
SYNOPSIS
#include
<string.h>
size_t
strxfrm(char
*dst, const char
*src, size_t
n);
DESCRIPTION
Thestrxfrm()
function does something horrible (see ANSI standard). In this implementation
it just copies.
SEE ALSO
STANDARDS
The strxfrm() function conforms to
ANSI X3.159-1989
(“ANSI C89”).