logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

strcins - insert a character at the beginning of a string

Author

       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib                                        C Programmer's Manual                                STRCINS(3pub)

Description

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

Name

       strcins - insert a character at the beginning of a string

See Also

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

Synopsis

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

See Also