LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

_mbscpy

_mbscpy

char *_mbscpy (char targetString[], const char sourceString[]);

Purpose

Copies a source string, including the terminating ASCII NUL byte, into a target string. If copying takes place between objects that overlap, the behavior is undefined.

Refer to the Programming for Multibyte Character Sets in LabWindows/CVI topic for information about working with multibyte character sets.

Parameters

Input
Name Type Description
sourceString const char [] Contains a pointer to the NUL-terminated source string that is copied into the target string.
Output
Name Type Description
targetString char [] Contains the target string to which the source string is copied, including the terminating ASCII NUL byte.

Return Value

Name Type Description
returnedTargetString char * Contains a pointer to the modified target string.

Additional Information

Library: ANSI C Library

Include file: ansi_c.h

LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later

Was this information helpful?

Previous

_mbsnbcat

Previous

_mbsnbcat