STRXFRM(3) BSD Programmer's Manual STRXFRM(3)NAMEstrxfrm - transform a string under locale
SYNOPSIS
#include <string.h>
size_t
strxfrm(char *dst, const char *src, size_t n);
DESCRIPTION
The strxfrm() function does something horrible (see ANSI standard). In
this implementation it just copies.
SEE ALSObcmp(3), memcmp(3), strcasecmp(3), strcmp(3), strcoll(3)STANDARDS
The strxfrm() function conforms to ANSI C X3.159-1989 (``ANSI C '').
BSDI BSD/OS June 4, 1993 1