diff options
author | EuAndreh <eu@euandre.org> | 2020-02-24 02:27:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-24 02:27:40 -0300 |
commit | e8d9017938cd020bcf62c359da0a531c984239b2 (patch) | |
tree | 6c17cdb6f65b2cb27d5ddb3e7e96c3b724804519 /tmp/add.c | |
parent | Move draft posts to _drafts (diff) | |
download | euandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.gz euandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.xz |
Remove tmp/
Diffstat (limited to '')
-rw-r--r-- | tmp/add.c | 13 |
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(); -} |