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 |
|---|
| fnqualify(3pub) - debian |
| fnpathfind(3pub) - debian |
| memdup(3pub) - debian |
| memshuffle(3pub) - debian |
| stracat(3pub) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |