diff options
Diffstat (limited to 'lib/other.c')
| -rw-r--r-- | lib/other.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/other.c b/lib/other.c new file mode 100644 index 00000000..d47b7b33 --- /dev/null +++ b/lib/other.c @@ -0,0 +1,6 @@ + + +int add(int a, int b) +{ + return a + b; +} |
