![]() |
![]()
| ![]() |
![]()
NAMEstrset - set all characters in a string to a given character SYNOPSIS#include <publib.h> char *strset(char *str, int c); DESCRIPTIONstrset will set all characters (before the terminating '\0') in the string str to c. RETURN VALUEstrset returns its first argument. SEE ALSOpublib(3), memset(3) AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
|