#include "utils.h" int char2dec(const char c){ return c - '0'; }