strset(3pub) debian man page | unix.com

Man Page: strset

Operating Environment: debian

Section: 3pub

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
xfree(3pub) - debian
memdup(3pub) - debian
strcstr(3pub) - debian
strgsub(3) - debian
strgsub(3pub) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com