zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
static_c_lib
/
foo.h
Top
1
#
include
<stdint.h>
2
uint32_t
add
(
uint32_t
a
,
uint32_t
b
)
;
3
extern
uint32_t
foo
;