This is bds.c in view mode; [Download] [Up]
Changes file for /usr/local/src/kcl/c/bds.c Created on Mon May 23 13:16:57 1988 Usage \n@s[Original text\n@s|Replacement Text\n@s] See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c for a program to merge change files. Anything not between "\n@s[" and "\n@s]" is a simply a comment. This file was constructed using emacs and merge.el Enhancements Copyright (c) W. Schelter All rights reserved. by (Bill Schelter) wfs@carl.ma.utexas.edu #ifndef BSD /* defined in BSD */ /* no longer needed bcopy(b1,b2,leng) char *b1,*b2; int leng; {while (leng-- > 0) *b2++ = *b1++;} bzero(b1,leng) char *b1; int leng; {while (leng-- > 0) *b1++ = 0;} */ #endif @s]
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.