#ifndef INTTOSTR_H_INCLUDED #define INTTOSTR_H_INCLUDED #include std::string intToStr( int numero ); #endif // INTTOSTR_H_INCLUDED