wmemset.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wmemset.cThe libc implementation
Functions
wmemsetFills s with n times the value c

Functions

wmemset

wchar_t * wmemset(wchar_t *s,
wchar_t c,
size_t n)

Fills s with n times the value c

Returns the value of s

wchar_t * wmemset(wchar_t *s,
wchar_t c,
size_t n)
Fills s with n times the value c