ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/cmusic/mm.printout.c

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

#include "mm.head.h"

printout(){
    do { 
	bc = field(fld,SIGS,SBRK);
	if(fld[0]=='%')fputs( (char *) &fld[1] ,stderr); 
	    else 
		fputs(sprintf(Junk," %.3f ", expr(fld)),stderr);
    } while (bc != ';');
    putc('\n',stderr);
}

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