Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
static_c_lib
foo.c
pretty
plain
permalink
blame
history
•
6 lines
•
99 B
1
#include "foo.h"
2
uint32_t add(uint32_t a, uint32_t b) {
3
return a + b;
4
}
5
6
uint32_t foo = 12345;