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.