/[gnats]/gnats/libiberty/bcopy.c
ViewVC logotype

Diff of /gnats/libiberty/bcopy.c

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

revision 1.1.1.1 by brendan, Thu Nov 5 19:54:14 1998 UTC revision 1.2 by chewie, Sat Nov 13 05:14:17 2004 UTC
# Line 1  Line 1 
1  /* bcopy -- copy memory regions of arbitary length  /* bcopy -- copy memory regions of arbitary length
2    
3  NAME  @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
         bcopy -- copy memory regions of arbitrary length  
4    
5  SYNOPSIS  Copies @var{length} bytes from memory region @var{in} to region
6          void bcopy (char *in, char *out, int length)  @var{out}.  The use of @code{bcopy} is deprecated in new programs.
7    
8  DESCRIPTION  @end deftypefn
         Copy LENGTH bytes from memory region pointed to by IN to memory  
         region pointed to by OUT.  
   
 BUGS  
         Significant speed improvements can be made in some cases by  
         implementing copies of multiple bytes simultaneously, or unrolling  
         the copy loop.  
9    
10  */  */
11    

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