Query: strchange
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRCHANGE(3pub) C Programmer's Manual STRCHANGE(3pub)NAMEstrchange - replace beginning of string with beginning of another stringSYNOPSIS#include <publib.h> char *strchange(char *str, size_t changelen, const char *new, size_t newlen);DESCRIPTIONstrchange will replace changelen characters from the beginning of str with newlen characters from the beginning of new. The rest of str will moved appropriately.RETURN VALUEstrchange will return its first argument.SEE ALSOpublib(3), strcpy(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRCHANGE(3pub)
Related Man Pages |
---|
xfree(3pub) - debian |
strmaxcpy(3pub) - debian |
strvars(3pub) - debian |
xstrdup(3pub) - debian |
xmalloc(3pub) - sunos |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |