LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

_mbsinc

_mbsinc

char *_mbsinc (char *pointerToCurrentCharacter);

Purpose

Moves a character pointer in a multibyte character string to the next character.

Parameters

Input
Name Type Description
pointerToCurrentCharacter char * Contains a pointer to a character in the input string. The pointer must point to the beginning of a character, not to a trail byte.

Return Value

Name Type Description
pointerToNextCharacter char * Contains a pointer to the character directly in following the current character.

Additional Information

Library: ANSI C Library

Include file: ansi_c.h

LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later

Was this information helpful?