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

Man Page: strnins

Operating Environment: debian

Section: 3pub

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

NAME
strnins - insert prefix of a string at the beginning of another string
SYNOPSIS
#include <publib.h> char *strnins(char *tgt, const char *src, size_t n);
DESCRIPTION
strins inserts upto n characters from the beginning of the src string at the beginning of the tgt string. The strings must not overlap. The target string must contain enough memory to hold both strings.
RETURN VALUE
strnins returns its first argument.
EXAMPLE
See the manual page for strdel(3) for an example.
SEE ALSO
publib(3), strdel(3), strins(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRNINS(3pub)
Related Man Pages
fnpathfind(3pub) - debian
memdup(3pub) - debian
strltrim(3pub) - debian
strmaxcpy(3pub) - debian
strsub(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results