ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/ild/o.c

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

#include <stdio.h>

int a[100];

foo()
{
	printf("Hello.\n");
	printf("a[10] = %d\n", a[10]);
}

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