ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/cmd/bclrf.c

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

bclrf(array,n)
float *array;
int n;
{
	while (--n){
	*array++ = 0.;
	}
}

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