STRCINS(3pub) C Programmer's Manual STRCINS(3pub)NAMEstrcins - insert a character at the beginning of a stringSYNOPSIS#include <publib.h> void strins(char *str, int c);DESCRIPTIONstrcins inserts the character c at the beginning of the string str. The target string must contain enough memory to hold the result.SEE ALSOpublib(3), strdel(3), strins(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRCINS(3pub)
| Related Man Pages |
|---|
| fnpathfind(3pub) - debian |
| memshuffle(3pub) - debian |
| stracat(3pub) - debian |
| strmaxcpy(3pub) - debian |
| xmalloc(3pub) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |