summaryrefslogtreecommitdiff
path: root/testapp/c_cpp_files/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/c_cpp_files/add.c')
-rw-r--r--testapp/c_cpp_files/add.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testapp/c_cpp_files/add.c b/testapp/c_cpp_files/add.c
deleted file mode 100644
index c829971..0000000
--- a/testapp/c_cpp_files/add.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int add(int a,int b)
-{
- return a-b;
-}