ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/gdb/tests/dbtest.c

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

char foo[100];

void main()
{
    int i;
    for (i = 1; i < 1000; i++)
	foo[i] = i;
    foo[0] = 1000;
}

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