view test/tmp8.c @ 48:8575ec496cd4

jump with overrupped struct (first code)
author kono
date Sun, 16 Feb 2003 01:01:06 +0900
parents fdbf2fbc8140
children 096559f07a70
line wrap: on
line source



int
f(int i,int j,int k,void *l)
{
    return f(i,j,k,alloca(i));
}