#ifndef STRING_H #define STRING_H void itoa(int i, char *a); #endif