Admin Production ni-theme
Current Publication

_mbsinc

LabWindows/CVI

_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