view test/tmp8.c @ 80:83d901658ce9 indirect-call

*** empty log message ***
author kono
date Mon, 03 Mar 2003 05:41:10 +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));
}