ftp.nice.ch/pub/next/unix/editor/Emacs_for_NeXTstep.4.12patch.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.