This is mm.print.c in view mode; [Download] [Up]
#include "mm.head.h"
print(string) char *string;{
char *tabs, *index(), *strcat();
while(tabs = index(string,'\t'))*tabs = ' ';
if(!Verbose && Error){ fputs("\ncmusic: ", stderr); fputs(string, stderr); }
if(Verbose && Error){ fputs("\n*ERROR* ", stderr); fputs(string, stderr); }
if(Verbose && !Error){ fputs(string, stderr); }
if(Listfile){ fputs(string,Listfile); fflush(Listfile);}
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.