921021-1.c   [plain text]


void g();

f()
{
int x=1;
while(x)
{
x=h();
if(x)
g();
}
}