fold in strncat.3
[unix-history] / usr / src / lib / libc / string / strxfrm.3
CommitLineData
2b180b50
KB
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\"
7.\" %sccs.include.redist.man%
8.\"
9.\" @(#)strxfrm.3 5.1 (Berkeley) %G%
10.\"
11.TH STRXFRM 3 ""
12.UC 7
13strxfrm \- transform a string under locale
14.SH SYNOPSIS
15.nf
16.ft B
17#include <string.h>
18
19size_t
20strxfrm(char *dst, const char *src, size_t n);
21.ft R
22.fi
23.SH DESCRIPTION
24.B Strxfrm
25does something horrible (see ANSI standard).
26In this implementation it just copies.
27.SH SEE ALSO
28bcmp(3), memcmp(3), setlocale(3), strcasecmp(3), strcmp(3), strcoll(3),
29strncasecmp(3), strncmp(3)
30.SH STANDARDS
31.B Strxfrm
32conforms to ANSI X3.159-1989 (``ANSI C'').