xref: /original-bsd/lib/libc/string/strxfrm.3 (revision abe0d689)
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

This code is derived from software contributed to Berkeley by
Chris Torek.

%sccs.include.redist.man%

@(#)strxfrm.3 5.1 (Berkeley) 05/17/90

STRXFRM 3 ""
C 7 strxfrm - transform a string under locale
SYNOPSIS
#include <string.h>

size_t
strxfrm(char *dst, const char *src, size_t n);
DESCRIPTION
Strxfrm does something horrible (see ANSI standard). In this implementation it just copies.
SEE ALSO
bcmp(3), memcmp(3), setlocale(3), strcasecmp(3), strcmp(3), strcoll(3), strncasecmp(3), strncmp(3)
STANDARDS
Strxfrm conforms to ANSI X3.159-1989 (``ANSI C'').