diff options
author | EuAndreh <eu@euandre.org> | 2020-02-12 09:04:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-12 09:04:53 -0300 |
commit | b677d3bb3d6c8fbb0b61621cc8ac53a7d68fa949 (patch) | |
tree | a3d61cd41fbbc1fa1196f6e4bdcb76c549a3f532 /tmp/api.h | |
parent | Sort pastebins listing by date (diff) | |
download | euandre.org-b677d3bb3d6c8fbb0b61621cc8ac53a7d68fa949.tar.gz euandre.org-b677d3bb3d6c8fbb0b61621cc8ac53a7d68fa949.tar.xz |
wip
Diffstat (limited to 'tmp/api.h')
-rw-r--r-- | tmp/api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmp/api.h b/tmp/api.h new file mode 100644 index 0000000..9b8d27d --- /dev/null +++ b/tmp/api.h @@ -0,0 +1,2 @@ +extern void platformDependentPersistInt(int); +extern int platformDependentRetrieveInt(); |