Declaration:
void strnset(char s[], int c, int n, int index=0);
Description
The strnset function sets the maximum of n characters from line s to zero.
Returned value
None.