mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
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);
|
|
}
|