| 949 | // ------------------------------------------------ |
| 950 | |
| 951 | char* Int::GetBase16() { |
| 952 | return GetBaseN(16,"0123456789abcdef"); |
| 953 | } |
| 954 | |
| 955 | // ------------------------------------------------ |
| 956 |
nothing calls this directly
no outgoing calls
no test coverage detected