Query: strins
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRINS(3pub) C Programmer's Manual STRINS(3pub)NAMEstrins - insert a string at the beginning of another stringSYNOPSIS#include <publib.h> char *strins(char *tgt, const char *src);DESCRIPTIONstrins inserts 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 VALUEstrins returns its first argument.EXAMPLESee the manual page for strdel(3) for an example.SEE ALSOpublib(3), strdel(3), strnins(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRINS(3pub)
Related Man Pages |
---|
memdup(3pub) - debian |
strmaxcpy(3pub) - debian |
strsub(3pub) - debian |
xmemdup(3pub) - debian |
xstrdup(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
How to strip strins |