VERSIONS: mempcpy() since glibc 2.1.

This commit is contained in:
Michael Kerrisk 2008-08-11 20:10:18 +00:00
parent 781166d1d7
commit 2ee2e7eb1f
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ type arguments and copies
wide characters.
.SH "RETURN VALUE"
\fIdest\fP + \fIn\fP.
.SH VERSIONS
.BR mempcpy ()
first appeared in glibc in version 2.1.
.SH "CONFORMING TO"
This function is a GNU extension.
.SH "EXAMPLE"