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