#include "types.h" #include "util.h" #define ASCII_OFFSET 0x30 void int_to_str(int i, char* buf);