9 lines
103 B
C
9 lines
103 B
C
|
int abc(a,b,c,d,e,f,g,h,i,j)
|
||
|
unsigned long a,b,c,d,e,f,g,h,i,j;
|
||
|
{
|
||
|
gg(g);
|
||
|
if (g)
|
||
|
gg(h);
|
||
|
gg(i);
|
||
|
}
|