1 --- _SB/Libc/string/FreeBSD/memccpy.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/memccpy.3.edit 2006-06-28 16:55:53.000000000 -0700
7 -.Fn memccpy "void *dst" "const void *src" "int c" "size_t len"
9 +.Fa "void *restrict s1"
10 +.Fa "const void *restrict s2"
18 copies bytes from string
26 (as converted to an unsigned char) occurs in the string
29 the copy stops and a pointer to the byte after the copy of
38 bytes are copied, and a NULL pointer is returned.