strset
set all characters in a string to a given character
- Provided by: publib-dev (Version: 0.40-3build1)
- Source: publib
- Report a bug
set all characters in a string to a given character
#include <publib.h> char *strset(char *str, int c);
strset will set all characters (before the terminating '\0') in the string str to c.
strset returns its first argument.
Lars Wirzenius (lars.wirzenius@helsinki.fi)