| 6412 | } |
| 6413 | |
| 6414 | txString fxIntegerToString(void* the, txInteger theValue, txString theBuffer, txSize theSize) |
| 6415 | { |
| 6416 | c_snprintf(theBuffer, theSize, "%d", (int)theValue); |
| 6417 | return theBuffer; |
| 6418 | } |
| 6419 | |
| 6420 | txInteger fxNumberToInteger(txNumber theValue) |
| 6421 | { |
no outgoing calls
no test coverage detected