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, 0 insertions, 7 deletions
diff --git a/my-common-code/api.c b/my-common-code/api.c
deleted file mode 100644
index ec24e0c..0000000
--- a/my-common-code/api.c
+++ /dev/null
@@ -1,7 +0,0 @@
-
-#include "api.h"
-
-int my_func(int a)
-{
- return a * 3;
-}