mirror of
https://github.com/ziglang/zig.git
synced 2024-11-29 00:22:33 +00:00
7 lines
99 B
C
7 lines
99 B
C
#include "foo.h"
|
|
uint32_t add(uint32_t a, uint32_t b) {
|
|
return a + b;
|
|
}
|
|
|
|
uint32_t foo = 12345;
|