Query: strset
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRSET(3pub) C Programmer's Manual STRSET(3pub)NAMEstrset - set all characters in a string to a given characterSYNOPSIS#include <publib.h> char *strset(char *str, int c);DESCRIPTIONstrset will set all characters (before the terminating ' ') in the string str to c.RETURN VALUEstrset returns its first argument.SEE ALSOpublib(3), memset(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRSET(3pub)
Related Man Pages |
---|
stracat(3pub) - debian |
strcstr(3pub) - debian |
strltrim(3pub) - debian |
strsub(3pub) - debian |
strgsub(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Detecting unused variables... |
My first PERL incarnation... Audio Oscillograph |