Standard C++ Library Reference ISO/IEC (VERSION3)
s1 can be a null pointer.)
strxfrm generates the string it stores from the string s2 by using a transformation rule that
depends on the current locale. For example, if x is a transformation of s1 and y is a
transformation of s2, then strcmp(x, y) returns the same value as strcoll(s1, s2).
See also the Table of Contents and the Index.
Copyright © 1989-2001 by P.J. Plauger and Jim Brodie. All rights reserved.