zig
Code
Branches
Tags
Commits
master
zig
/
test
/
link
/
interdependent_static_c_libs
/
a.h
Top
1
#
include
<stdint.h>
2
int32_t
add
(
int32_t
a
,
int32_t
b
)
;