Initial Release 4.0

Function : Character Manipulation
NLS_put_term - Copy a character from one buffer to another, then NULL-terminate the output buffer.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_put_term(
BYTE far * far *ppString,
const BYTE far *pCharacter,
NLS_PINFO pInfo);

Description :

Copy a character from one buffer to another, and append a NULL character to the output buffer after the copied character. After the function completes, the pointer to the input/output string will be incremented to point to the NULL character.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------