|
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)
Visit the GSP FreeBSD Man Page Interface. |