This is array_overrun.c in view mode; [Download] [Up]
#include "pcn_types.h" void f(a) int_t a[]; { int_t i; for (i = 0; i <=5; i++) { a[i] = i; } }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.