// ---------------------------------------------------------------------- // // itos - convert (long) integer to string // // History: // 19-Dec-1997 WEB Initial draft // 14-Feb-2000 WEB Improve C++ Standard compliance // // ---------------------------------------------------------------------- #include "ZMutility/ZMenvironment.h" #ifndef STRING_INCLUDED #define STRING_INCLUDED #include #endif std::string itos( long i );