strset

Name

strset -- fills a string with a character

Synopsis

void strset(char * str, char ch);

Description

This function stores (unsigned char)ch in each of the elements of the array pointed to by str.