index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
/
tests
/
data
/
funcargs.c
blob: 1dce2263c5be21ff910e31fb5600ec05d7e3aaae (
plain
)
1
2
3
4
5
6
7
8
int
f
(
int
a
,
int
,
int
c
) {
return
a
+
c
;
}
int
main
() {
return
f
(
1
,
2
,
3
);
}