ftp.nice.ch/NiCE/emacs-19-for-NeXTstep/Emacs_for_NeXTstep_4.12.src.NIHS.s.tar.gz#/emacs-19/shortnames/defines.c

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

#include <stdio.h>

int count;

main ()
{
    char buffer[512];

    while (gets (buffer))
      {
	printf ("#define %s zz%4.4dzz\n", buffer, count++);
      }
    return (0);
}

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