ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/tests/array_overrun/array_overrun.c

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.