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

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

void main()
{
    int i;
    for (i = 0; i < 20; i++) {
//	printf("%d.\n", i);
	usleep(500000);
    }
}
    

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