Adding zig calling c.

This commit is contained in:
Tomasz Półgrabia 2025-03-03 23:39:44 +01:00
parent ad0a1654e2
commit a7d53d7103
5 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1 @@
int add_numbers(int a, int b);