]> Kevux Git Server - fll/commit
Feature: add support for duodecimal (base-12)
authorKevin Day <thekevinday@gmail.com>
Sun, 10 Nov 2019 04:31:20 +0000 (22:31 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 Nov 2019 04:36:10 +0000 (22:36 -0600)
commit02bcf733a5360b6aca877a87af950c13ca4e09e4
treebce69236ea6f922baad474c026aaec917d5f33a2
parent24ebddbfc76d1ef20634d07a85eef2755796ec50
Feature: add support for duodecimal (base-12)

Now that duodecimal has been added to the FLL project, make sure byte_dump can print in that format.
There is no printf() code for base-12, so implement a custom print process.

Fix some typoes in the "hexi" decimal spelling.
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/c/byte_dump.h
level_3/byte_dump/c/private-byte_dump.c