Handle the %x and %X format specifiers
Closed this issue · 0 comments
nanafox commented
Prototypes
/* for %x */
int handle_hex_lower(const format_specifier *spec, va_list args, string_buffer *buffer);
/* for %X */
int handle_hex_upper(const format_specifier *spec, va_list args, string_buffer *buffer);
File: handle_hexadecimal.c