#pragma once char *itoa(char *p, int x, int base); char *utoa(char *p, unsigned x, int base);