zig/test/standalone/static_c_lib/foo.h

4 lines
79 B
C

#include <stdint.h>
uint32_t add(uint32_t a, uint32_t b);
extern uint32_t foo;