zig/test/standalone/static_c_lib/foo.h
2019-03-03 12:35:09 -05:00

3 lines
58 B
C

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