Source
int
ret_val
=
1
;
while
(
ret_val
>
0
)
{
ret_val
=
some_function
(
)
;
}
while
(
ret_val
>
0
)
;