Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
extern
shared.c
pretty
plain
permalink
blame
history
•
5 lines
•
64 B
1
#ifndef API
2
#define API
3
#endif
4
5
API int shared_val = 1234;