Sign in
eclipse
/
cdt
/
org.eclipse.cdt
/
2469e0e11731fa2ab4a6ecc4e0e897626b5ae514
/
.
/
debug
/
org.eclipse.cdt.debug.application.tests
/
projects
/
hello
/
x.c
blob: d3776e46aaa1d9f6a94235dbaa4cd41107cd1cd9 [
file
]
int
x
(
int
y
)
{
return
y
*
7
;
}