| 1275 | } |
| 1276 | |
| 1277 | txFlag fxIntegerToIndex(void* the, txInteger theInteger, txIndex* theIndex) |
| 1278 | { |
| 1279 | if (0 <= theInteger) { |
| 1280 | *theIndex = (txIndex)theInteger; |
| 1281 | return 1; |
| 1282 | } |
| 1283 | return 0; |
| 1284 | } |
| 1285 | |
| 1286 | txFlag fxNumberToIndex(void* the, txNumber number, txIndex* theIndex) |
| 1287 | { |
no outgoing calls
no test coverage detected