ftp.nice.ch/pub/next/games/board/RiskPlayers.1.0.NIHS.bs.tar.gz#/RiskPlayers/Coop.cp/t.m

This is t.m in view mode; [Download] [Up]

#include <stdio.h>

int main()
{

    int i,j;
	// choose a random country
	char *prefC[]= { "Indonesia", "New Guinea", "Western Australia", "Eastern Australia", "" };
	


	    for (j=0; *prefC[j] != '\0' ; j++) {
		if (strcmp(prefC[j], "aa") != 0) 
		    {
		    fprintf( stderr, "found %s to be free, taking it now.\n", prefC[j] );
		}
	    }
	    return 0;
}

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