Initial Release 4.0

Function : Character Manipulation
NLS_put - Copy a character from one buffer to another.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

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

Description :

Copy a character from one buffer to another. After the function completes, the pointer to the input\output string will be incremented to point to the next character.

Parameters :

See Also :

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