This is lpcinprof.c in view mode; [Download] [Up]
#include "../H/ugens.h"
int NBYTES = 32768;
profile()
{
float p[9];
p[0]=1; p[1]=10; p[2]=1024; p[3]=1; makegen(p,4);
UG_INTRO("lpcplay",lpcplay);
UG_INTRO("dataset",dataset);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.