diff options
Diffstat (limited to 'Tests/SwiftMixLib/lib.c')
-rw-r--r-- | Tests/SwiftMixLib/lib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/SwiftMixLib/lib.c b/Tests/SwiftMixLib/lib.c new file mode 100644 index 0000000..8eca512 --- /dev/null +++ b/Tests/SwiftMixLib/lib.c @@ -0,0 +1,4 @@ +int add_int(int a, int b) +{ + return a + b; +} |