aw0g+@ANDREW.CMU.EDU (Aaron Wohl) (03/07/88)
Danger Will Robinson. The routines supplied with in CITI Macip1.5 that get made into CITImlib.o have the same name as standard and proposed standard memory functions (bcmp, bcopy, bzero, bfill) but take long size arguments instead of int arguments. Needless to say this make for all sorts of memory trashing if you pass them an int. Checking Harbison and Steel, the names lbcmp, lbcopy, lbzero, lbfill don't seem be used, how about using them in the CITI libraries? Aaron