debian man page for strchange

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)

NAME
strchange - replace beginning of string with beginning of another string
SYNOPSIS
#include <publib.h> char *strchange(char *str, size_t changelen, const char *new, size_t newlen);
DESCRIPTION
strchange 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 VALUE
strchange will return its first argument.
SEE ALSO
publib(3), strcpy(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRCHANGE(3pub)
Related Man Pages
memdup(3pub) - debian
xmemdup(3pub) - debian
xrealloc(3pub) - debian
xfree(3pub) - sunos
xmalloc(3pub) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections