English
Language : 

CC78K0S Datasheet, PDF (249/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 10 LIBRARY FUNCTIONS
6-16 strxfrm
Character String/Memory Functions
FUNCTION
strxfrm converts a character string based on the information specific to the area.
HEADER
string.h
FUNCTION
size_t strxfrm (char *s1, const char *s2, size_t n) ;
Function
strxfrm
Arguments
s1 ... Pointer to a compared
character string
s2 ... Pointer to a compared
character string
n ... Maximum number of
characters in s1
Return Value
Returns the length of the
character string of the result of
the conversion (does not
include a character string to
indicate the end)
If the returned value is n or
more, the contents of the
array indicated by s1 is
undefined.
EXPLANATION
• This compiler does not support operations specific to the cultural sphere. The operations are the same as
those of the following functions.
strncpy (s1, s2, c) ;
return (strlen (s2)) ;
User’s Manual U14872EJ1V0UM
249