I wasn't sure how to fix this, but with the old code you would get this
error... error: '0' flag ignored with '-' flag in gnu_printf format [-Werror=format=] printf("%0-*llX ", abs_len, (long long unsigned) value); There is probably be better way to fix it, I just wasn't sure how.
Please register or sign in to comment