mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
6 lines
99 B
C
6 lines
99 B
C
#include "foo.h"
|
|
uint32_t add(uint32_t a, uint32_t b) {
|
|
return a + b;
|
|
}
|
|
|
|
uint32_t foo = 12345;
|