From d87a475995f8cd6012ea5d3f9603224bdea686f6 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Wed, 9 Oct 2024 11:14:05 +0700 Subject: test hex print Signed-off-by: fadhil riyanto --- test/ipv6.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/ipv6.c diff --git a/test/ipv6.c b/test/ipv6.c new file mode 100644 index 0000000..93c8f86 --- /dev/null +++ b/test/ipv6.c @@ -0,0 +1,10 @@ +#include +#include +#include + +int main() +{ + u_int8_t a = 27; + + printf("%02X\n", a); +} \ No newline at end of file -- cgit v1.2.3