ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/sys/m_system.c

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

m_system(p,n_args)
float *p;
{
	int i;
	char *thing;
	i = (int) p[0];
	thing = (char *) i;
	system(thing);
}

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