| 218 | } |
| 219 | |
| 220 | void SU::free(char * data) { |
| 221 | delete [] data; |
| 222 | return; |
| 223 | } |
| 224 | |
| 225 | tstring SU::ReplaceString(const tstring & source, const tstring & find, const tstring & replace) { |
| 226 | tstring result(source); |
nothing calls this directly
no outgoing calls
no test coverage detected