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