mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
5 lines
71 B
C
5 lines
71 B
C
#include "a.h"
|
|
int32_t add(int32_t a, int32_t b) {
|
|
return a + b;
|
|
}
|