#include
<stdlib.h>
int
foo
(
size_t
z
)
{
if
(
z
/
sizeof
(
z
)
=
=
10
)
return
1
;
else
return
0
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1