index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
other.c
blob: d47b7b3341c2dca40ba93d448d3631326e5020ed (
plain
)
1
2
3
4
5
6
int add(int a, int b) { return a + b; }