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.