Re: 'static' : strange behavior



christian.bau <christian.bau@xxxxxxxxxxxxxxxxxx> wrote:

void init_this (void) {
static int anarray [10];
int i; for (i = 0; i <= 10; ++i) anarray [i] = 0;
}

Ahem. Surely I cannot be the only person to have noticed this
mistake, which explains everything...

Andrew,
.



Relevant Pages