intToStr.h 143 B

12345678
  1. #ifndef INTTOSTR_H_INCLUDED
  2. #define INTTOSTR_H_INCLUDED
  3. #include <string>
  4. std::string intToStr( int numero );
  5. #endif // INTTOSTR_H_INCLUDED