ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lpc/bmultf.c

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

bmultf(array,mult,number)
float *array,mult;
{
	int i;
	for(i=0; i<number; i++) *array++ *= mult;
}

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