index
:
libtcc-test
master
A program for testing out libtcc.
mr b0nk 500
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test2.c
blob: a52ceb5e21f2b2616bfbe7a4c05b083a1a1b57fd (
plain
)
1
2
3
4
5
#include
"test2.h"
int
add(
int
a,
int
b) {
return
a + b; }