ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lib/test2.c

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

main()
{
	float boost();
	float x;
	for(x=0; x<1; x+= .05) printf("%f\n",boost(x));
}

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