Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/bzero.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    33
    44/*
    5 NAME
    6         bzero -- zero the contents of a specified memory region
    75
    8 SYNOPSIS
    9         void bzero (char *to, int count)
     6@deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
    107
    11 DESCRIPTION
    12         Zero COUNT bytes of memory pointed to by TO.
     8Zeros @var{count} bytes starting at @var{mem}.  Use of this function
     9is deprecated in favor of @code{memset}.
    1310
    14 BUGS
    15         Significant speed enhancements may be made in some environments
    16         by zeroing more than a single byte at a time, or by unrolling the
    17         loop.
     11@end deftypefn
    1812
    1913*/
Note: See TracChangeset for help on using the changeset viewer.