/[gcl]/gcl/binutils/libiberty/memmove.c
ViewVC logotype

Diff of /gcl/binutils/libiberty/memmove.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:28 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:58 2005 UTC
# Line 13  Copies @var{count} bytes from memory are Line 13  Copies @var{count} bytes from memory are
13  */  */
14    
15  #include <ansidecl.h>  #include <ansidecl.h>
16  #ifdef __STDC__  #ifdef ANSI_PROTOTYPES
17  #include <stddef.h>  #include <stddef.h>
18  #else  #else
19  #define size_t unsigned long  #define size_t unsigned long
20  #endif  #endif
21    
22    void bcopy PARAMS ((const void*, void*, size_t));
23    
24  PTR  PTR
25  memmove (s1, s2, n)  memmove (s1, s2, n)
26       PTR s1;       PTR s1;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26