~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/mempcpy.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
mempcpy, wmempcpy  \- copy memory area
9
9
.SH SYNOPSIS
10
10
.nf
11
 
.B #define _GNU_SOURCE
 
11
.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
12
12
.br
13
13
.B #include <string.h>
14
14
.sp
15
15
.BI "void *mempcpy(void *" dest ", const void *" src ", size_t " n );
16
16
.sp
17
 
.B #define _GNU_SOURCE
 
17
.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
18
18
.br
19
19
.B #include <wchar.h>
20
20
.sp
68
68
.BR memccpy (3),
69
69
.BR memcpy (3),
70
70
.BR memmove (3),
71
 
.BR wmemcpy (3),
72
 
.BR feature_test_macros (7)
 
71
.BR wmemcpy (3)
73
72
.SH COLOPHON
74
 
This page is part of release 3.27 of the Linux
 
73
This page is part of release 3.32 of the Linux
75
74
.I man-pages
76
75
project.
77
76
A description of the project,