summaryrefslogtreecommitdiff
path: root/test/ipv6.c
blob: 93c8f86eecf13ecb9c109b4848d6469a6e2c607c (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdint.h>
#include <sys/types.h>
#include <stdio.h>

int main()
{
        u_int8_t a = 27;

        printf("%02X\n", a);
}