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

Diff of /gnats/libiberty/bzero.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 2  Line 2 
2     This function is in the public domain.  */     This function is in the public domain.  */
3    
4  /*  /*
 NAME  
         bzero -- zero the contents of a specified memory region  
5    
6  SYNOPSIS  @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
         void bzero (char *to, int count)  
7    
8  DESCRIPTION  Zeros @var{count} bytes starting at @var{mem}.  Use of this function
9          Zero COUNT bytes of memory pointed to by TO.  is deprecated in favor of @code{memset}.
10    
11  BUGS  @end deftypefn
         Significant speed enhancements may be made in some environments  
         by zeroing more than a single byte at a time, or by unrolling the  
         loop.  
12    
13  */  */
14    

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