This is cpspchlookup.c in view mode; [Download] [Up]
#include <math.h> main(argc,argv) int argc; char *argv[]; { float cpspch(); int i; if(argc == 1) { printf("you must specify pitch in 8ve.pc form\n"); exit(0); } for(i=1; i< argc; i++) printf("%f = %f\n",atof(argv[i]),cpspch(atof(argv[i]))); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.