ftp.nice.ch/pub/next/unix/text/NeXT_French_Dictionary.3.1.08.I.bs.tar.gz#/NeXT_French_Dictionary3.1.08/src/next_francais/conv_iso_next/test.c

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

#include <stdio.h>


main(argc,argv)
     char **argv;
     int  argc;
     {
       int k;

       printf("\n");
       for (k=33;k<256;k++){
	   printf("%3i:%c ",k,(char)k);
	   if ( k % 10 == 0) printf("\n");
	 };
       printf("\n");
     }

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