view test/tmp8.c @ 138:e6e77af048a1 float-double

float/dobule configuration
author kono
date Tue, 06 May 2003 02:31:46 +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));
}