summaryrefslogtreecommitdiff
path: root/my-common-code/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-common-code/api.c')
-rw-r--r--my-common-code/api.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/my-common-code/api.c b/my-common-code/api.c
new file mode 100644
index 0000000..ec24e0c
--- /dev/null
+++ b/my-common-code/api.c
@@ -0,0 +1,7 @@
+
+#include "api.h"
+
+int my_func(int a)
+{
+ return a * 3;
+}