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