_mbsinc
- Updated2023-02-21
- 1 minute(s) read
_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