ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/c/bzero.c

This is bzero.c in view mode; [Download] [Up]

bzero(b, length)
    char *b;
    int length;
{while(length-->0)
   *b++ = 0;
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.