X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fmemcpy.c;h=7f67d0bd1f26c8ef5e89bfdf7ea71d25cfb40c4c;hb=cf950fd4dd4581849a445a76b57514d72074927d;hp=9b5b24295df6c5e1a7e85264b7287f97e52a1a32;hpb=c750388a853ceb9e4ca75c7381c1e3d109fcaeec;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/memcpy.c b/libiberty/memcpy.c index 9b5b24295d..7f67d0bd1f 100644 --- a/libiberty/memcpy.c +++ b/libiberty/memcpy.c @@ -3,7 +3,8 @@ /* -@deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length}) +@deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ + size_t @var{length}) Copies @var{length} bytes from memory region @var{in} to region @var{out}. Returns a pointer to @var{out}.