index
:
probe
master
Just testing things
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zig-c-interop
/
billy.c
blob: 95441568427fdd429c9c1a6a9f3620edcc80aa70 (
plain
)
1
2
3
#include
"billy.h"
int
sum
(
int
a
,
int
b
) {
return
a
+
b
; };