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.

RELATED TO strchange…

publib(3), strcpy(3)

AUTHOR

Lars Wirzenius ([email protected])