xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Index
/
Inputs
/
remap-load-to.c
(revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(int parm1,float parm2)
1
int
foo
(
int
parm1
,
float
parm2
) {
2
return
parm1
+
parm2
;
3
}
4