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

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

int foo(int b)
{
    int a = 5 * b;
    return a;
}

void main()
{
    int i;
    for (i = 0; i < 5; i++)
	foo(i);
}

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