| 194 | } |
| 195 | |
| 196 | void fxNumber(txMachine* the, txSlot* theSlot, txNumber theValue) |
| 197 | { |
| 198 | theSlot->value.number = theValue; |
| 199 | theSlot->kind = XS_NUMBER_KIND; |
| 200 | } |
| 201 | |
| 202 | txNumber fxToNumber(txMachine* the, txSlot* theSlot) |
| 203 | { |
no outgoing calls
no test coverage detected