This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-27 23:52:31 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
8547c42ba5
zig
/
test
/
standalone
/
static_c_lib
/
foo.h
4 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
fix build.zig not respecting --static closes #2027
2019-03-03 17:35:09 +00:00
#
include
<stdint.h>
uint32_t
add
(
uint32_t
a
,
uint32_t
b
)
;
simple test for exporting variables in static libs
2019-09-21 16:42:00 +01:00
extern
uint32_t
foo
;
Reference in New Issue
Copy Permalink