Query: strnins
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRNINS(3pub) C Programmer's Manual STRNINS(3pub)NAMEstrnins - insert prefix of a string at the beginning of another stringSYNOPSIS#include <publib.h> char *strnins(char *tgt, const char *src, size_t n);DESCRIPTIONstrins 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 VALUEstrnins returns its first argument.EXAMPLESee the manual page for strdel(3) for an example.SEE ALSOpublib(3), strdel(3), strins(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRNINS(3pub)
Related Man Pages |
---|
fnqualify(3pub) - debian |
strltrim(3pub) - debian |
strvars(3pub) - debian |
xmemdup(3pub) - debian |
xrealloc(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |