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.