Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ bzero(K) — System V/386 Software Development System 3.2.2b

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     BZERO(K)                  UNIX System V                  BZERO(K)



     Name
          bzero - sets memory locations to 0 (zero)

     Syntax
          int
          bzero(address, bytes)
          caddr_t address;
          int bytes;

     Description
          This routine clears a contiguous portion of memory by
          filling the memory with zeros.  address is an even-word
          address specifying the beginning of the area to clear.
          bytes is an even-word value specifying the number of bytes
          to clear.

                                                      (printed 7/6/89)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026