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