summaryrefslogtreecommitdiff
path: root/lib/other.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/other.c')
-rw-r--r--lib/other.c6
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;
+}