From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/Kermit/test/test_itos.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 other/Kermit/test/test_itos.cpp (limited to 'other/Kermit/test/test_itos.cpp') diff --git a/other/Kermit/test/test_itos.cpp b/other/Kermit/test/test_itos.cpp new file mode 100644 index 0000000..35c335c --- /dev/null +++ b/other/Kermit/test/test_itos.cpp @@ -0,0 +1,15 @@ +#include +#include + + +int main () +{ + cout << itos16 (0x31337) << endl; + cout << itos16 (0x7) << endl; + cout << itos16 (0x1) << endl; + cout << itos16 (0x131337) << endl; + cout << itos16 (0x1131337) << endl; + cout << itos16 (0x81131337) << endl; + + return 0; +} -- cgit v1.3