view test/tmp8.c @ 168:b1297c82e926 cpost-removal

cpostinc removal
author kono
date Mon, 24 Nov 2003 19:14:45 +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));
}