summaryrefslogtreecommitdiff
path: root/tests/swaptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/swaptest.cpp')
-rw-r--r--tests/swaptest.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/swaptest.cpp b/tests/swaptest.cpp
deleted file mode 100644
index 2dc8daa..0000000
--- a/tests/swaptest.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sysdata.h>
-#include <stdio.h>
-
-int main(int argc, char **argv) {
- printf("0x%.4x 0x%.4x\n", 255, __swap16(255));
- printf("0x%.8x 0x%.8x\n", 255, __swap32(255));
-// printf("0x%.16x 0x%.16llx\n", 255, __swap64(255));
- return 0;
-}