debian man page for strset

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)

NAME
strset - set all characters in a string to a given character
SYNOPSIS
#include <publib.h> char *strset(char *str, int c);
DESCRIPTION
strset will set all characters (before the terminating '') in the string str to c.
RETURN VALUE
strset returns its first argument.
SEE ALSO
publib(3), memset(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRSET(3pub)
Related Man Pages
fnqualify(3pub) - debian
fnpathfind(3pub) - debian
strmaxcpy(3pub) - debian
strsub(3pub) - debian
xmalloc(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?