aboutsummaryrefslogtreecommitdiff
path: root/tmp/add.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-24 02:27:40 -0300
committerEuAndreh <eu@euandre.org>2020-02-24 02:27:40 -0300
commite8d9017938cd020bcf62c359da0a531c984239b2 (patch)
tree6c17cdb6f65b2cb27d5ddb3e7e96c3b724804519 /tmp/add.c
parentMove draft posts to _drafts (diff)
downloadeuandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.gz
euandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.xz
Remove tmp/
Diffstat (limited to '')
-rw-r--r--tmp/add.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tmp/add.c b/tmp/add.c
deleted file mode 100644
index 99267ed..0000000
--- a/tmp/add.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "api.h"
-
-int add(int a, int b) {
- return a * a + b;
-}
-
-void persistInt(int n) {
- platformDependentPersistInt(n);
-}
-
-int retrieveInt() {
- return platformDependentRetrieveInt();
-}