Sign in
code
/
git
/
80f49f2ae749bce60e79751d1cd0890aca86fca0
/
.
/
t
/
t7615
/
ours.c
blob: 44d8251397083b8ede962549eea91573e6db4d8b [
file
]
int
g
(
size_t
u
)
{
while
(
u
<
30
)
{
u
++;
}
return
u
;
}
int
h
(
int
x
,
int
y
,
int
z
)
{
if
(
z
==
0
)
{
return
x
;
}
return
y
;
}