uniset(3nw)
uniset --
sets characters in string to a specified character
Synopsis
#include <unicode.h>
unicode N_FAR N_API uniset
(unicode N_FAR s,
int c);
Description
The parameters are as follows:
- s
-
(OUT) Points to the string to modify.
- c
-
(IN) Specifies the fill character.
Return values
Pointer to s.
Notices
uniset quits when it finds the null-terminating character.
uniset corresponds to C strset.
Services
Unicode
NCP calls
None
References
uninset(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.