Declaration:
void strset(char s[], int c, int index=0);
Description
The strset function sets all characters in line s to the value of c.
Returned value
None.