uniset
Sets all characters in a string to a specified character
#include <unicode.h>
N_EXTERN_LIBRARY(punicode) uniset (
punicode s,
unicode c);
uses netwin32
Function uniset
(s : punicode;
c : unicode
) : punicode;
Returns a pointer to the s parameter.
uniset quits when it finds the terminating NULL character.
uniset corresponds to the C strset function.
For sample code, see Section 3.26, Example: uniset.