#ifndef _ITOA_H_ #define _ITOA_H_ #include uint32_t heapless_itoa(int32_t value, char *buffer, uint32_t base); #endif /* _ITOA_H_ */