Searched defs:strmove (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libmail/common/
H A Dstrmove.c37 * strmove - copy a string, permitting overlaps
40 * void strmove(char *to, char *from)
43 * strmove() acts exactly like strcpy() with the additional
49 strmove(char *to, char *from) function

Completed in 710 milliseconds