ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lpc/plot/test.c

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

#include <stdio.h>
main()
{
		char buf[100]; int a,b,c,d,n;
		gets(buf);
		n = sscanf(buf, "%d %d %d %d",&a,&b,&c,&d);
		printf("%d %d %d %d %d\n",n,a,b,c,d);
}

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