|
||||
File indexing completed on 2025-01-18 09:54:33
0001 // ---------------------------------------------------------------------- 0002 // 0003 // itos - convert (long) integer to string 0004 // 0005 // History: 0006 // 19-Dec-1997 WEB Initial draft 0007 // 14-Feb-2000 WEB Improve C++ Standard compliance 0008 // 0009 // ---------------------------------------------------------------------- 0010 0011 0012 #ifndef STRING_INCLUDED 0013 #define STRING_INCLUDED 0014 #include <string> 0015 #endif 0016 0017 std::string itos( long i );
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |