DOKK / manpages / debian 12 / publib-dev / strcins.3pub.en
STRCINS(3pub) C Programmer's Manual STRCINS(3pub)

strcins - insert a character at the beginning of a string

#include <publib.h>
void strins(char *str, int c);

strcins inserts the character c at the beginning of the string str. The target string must contain enough memory to hold the result.

publib(3), strdel(3), strins(3)

Lars Wirzenius (lars.wirzenius@helsinki.fi)

C Programmer's Manual Publib