| 141 | } |
| 142 | |
| 143 | void fxInteger(txMachine* the, txSlot* theSlot, txInteger theValue) |
| 144 | { |
| 145 | theSlot->value.integer = theValue; |
| 146 | theSlot->kind = XS_INTEGER_KIND; |
| 147 | } |
| 148 | |
| 149 | txInteger fxToInteger(txMachine* the, txSlot* theSlot) |
| 150 | { |
no outgoing calls
no test coverage detected