From 39423523167c47f72822dbb9eb3ab4a0dfeafe68 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 26 Sep 2001 18:45:50 +0000 Subject: merge from gcc --- libiberty/memmove.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libiberty/memmove.c') diff --git a/libiberty/memmove.c b/libiberty/memmove.c index 176c326..3ec7320 100644 --- a/libiberty/memmove.c +++ b/libiberty/memmove.c @@ -1,5 +1,17 @@ /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ /* This function is in the public domain. --Per Bothner. */ + +/* + +@deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count}) + +Copies @var{count} bytes from memory area @var{from} to memory area +@var{to}, returning a pointer to @var{to}. + +@end deftypefn + +*/ + #include #ifdef __STDC__ #include -- cgit v1.1