/[inetutils]/inetutils/libinetutils/memcpy.c
ViewVC logotype

Diff of /inetutils/libinetutils/memcpy.c

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

revision 1.1 by alainm, Thu May 20 22:16:24 1999 UTC revision 1.2 by jbailey, Wed Dec 11 13:19:52 2002 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1995, 1997 Free Software Foundation, Inc.  /* Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc.
2    
3     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
4     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 25  Line 25 
25     Return DESTADDR. */     Return DESTADDR. */
26    
27  char *  char *
28  memcpy (destaddr, srcaddr, len)  memcpy (char *destaddr, const char *srcaddr, int len)
      char *destaddr;  
      const char *srcaddr;  
      int len;  
29  {  {
30    char *dest = destaddr;    char *dest = destaddr;
31    

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

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