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.