| 943 | // ------------------------------------------------ |
| 944 | |
| 945 | char* Int::GetBase10() { |
| 946 | return GetBaseN(10,"0123456789"); |
| 947 | } |
| 948 | |
| 949 | // ------------------------------------------------ |
| 950 |
nothing calls this directly
no outgoing calls
no test coverage detected