| 2338 | } |
| 2339 | |
| 2340 | void fxIndexToString(txMachine* the, txIndex theIndex, txString theBuffer, txSize theSize) |
| 2341 | { |
| 2342 | c_snprintf(theBuffer, theSize, "%u", (unsigned int)theIndex); |
| 2343 | } |
| 2344 | |
| 2345 | void fxListFrames(txMachine* the) |
| 2346 | { |
no outgoing calls
no test coverage detected