aboutsummaryrefslogtreecommitdiff
path: root/tmp/add.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/add.h')
-rw-r--r--tmp/add.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmp/add.h b/tmp/add.h
new file mode 100644
index 0000000..54c0712
--- /dev/null
+++ b/tmp/add.h
@@ -0,0 +1,3 @@
+int add(int a, int b);
+void persistInt(int n);
+int retrieveInt();