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.