gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / libiberty / memmove.c
index 30801f2d1c44db8c54bc45d6d2fdf37fad2b63e6..ebda7cbb41caa9d0814658115c299e1d6874e517 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
+@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}.
@@ -13,11 +14,7 @@ Copies @var{count} bytes from memory area @var{from} to memory area
 */
 
 #include <ansidecl.h>
-#ifdef ANSI_PROTOTYPES
 #include <stddef.h>
-#else
-#define size_t unsigned long
-#endif
 
 void bcopy (const void*, void*, size_t);
 
This page took 0.03788 seconds and 4 git commands to generate.