Strxfrm - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

C Run-Time Library Reference

strxfrm

transform string using
Synopsis
#include <string.h>
size_t strxfrm(char *s1, const char *s2, size_t n);
Description
The
function transforms the string pointed to by
strxfrm
locale specific category
of the transformed string into the string pointed to by
string will include the terminating null character.
The function returns the length of the transformed string (not including
the terminating null character). If
pointer, then
strxfrm
the transformed string. Overlapping strings are not supported
The transformation is such that
for two transformed strings as
strings. However, because only the C locale is defined in the
ADSP-219x DSP environment, the
the
strncpy
appended at the end of the output string.
Error Conditions
The
function does not return an error condition.
strxfrm
Example
#include <string.h>
char string1[50];
3-146
LC_COLLATE
, and copies no more than
LC_COLLATE
n
will return the number of characters required for
function except that the null character is always
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
is zero and
is set to the null
s1
will return the same result
strcmp
would for the same original
strcoll
function is similar to
strxfrm
for ADSP-219x DSPs
using the
s2
characters
n
. The resultant
s1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents