strxfrm(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
STRXFRM(3)              NetBSD Library Functions Manual             STRXFRM(3)


NAME
strxfrm -- transform a string under locale
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <string.h> size_t strxfrm(char * restrict dst, const char * restrict src, size_t n);
DESCRIPTION
The strxfrm() function does something horrible (see ANSI standard). In this implementation it just copies.
SEE ALSO
bcmp(3), memcmp(3), strcasecmp(3), strcmp(3), strcoll(3)
STANDARDS
The strxfrm() function conforms to ANSI X3.159-1989 (``ANSI C89''). NetBSD 4.0 June 4, 1993 NetBSD 4.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.