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

Man Page: strcins

Operating Environment: debian

Section: 3pub

STRCINS(3pub)						       C Programmer's Manual						     STRCINS(3pub)

NAME
strcins - insert a character at the beginning of a string
SYNOPSIS
#include <publib.h> void strins(char *str, int c);
DESCRIPTION
strcins inserts the character c at the beginning of the string str. The target string must contain enough memory to hold the result.
SEE ALSO
publib(3), strdel(3), strins(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRCINS(3pub)
Related Man Pages
strcstr(3pub) - debian
strsub(3pub) - debian
strvars(3pub) - debian
xmemdup(3pub) - debian
xstrdup(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?