STRSET(3pub) | C Programmer's Manual | STRSET(3pub) |
strset - 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)
C Programmer's Manual | Publib |