int
*
f
(
x
)
int
*
x
;
{
if
(
x
[
4
]
)
{
int
h
[
1
]
;
if
(
setjmp
(
h
)
)
return
x
;
}
}
syntax highlighted by
Code2HTML
, v. 0.9.1