zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
extern
/
shared.c
Top
1
#
ifndef API
2
#
define API
3
#
endif
4
5
API
int
shared_val
=
1234
;