921e5a0eb4
From-SVN: r14840
13 lines
59 B
C
13 lines
59 B
C
void g();
|
|
|
|
f()
|
|
{
|
|
int x=1;
|
|
while(x)
|
|
{
|
|
x=h();
|
|
if(x)
|
|
g();
|
|
}
|
|
}
|