| 38 | #include "xsAll.h" |
| 39 | |
| 40 | txSlot* fxLastProperty(txMachine* the, txSlot* slot) |
| 41 | { |
| 42 | txSlot* property; |
| 43 | while ((property = slot->next)) |
| 44 | slot = property; |
| 45 | return slot; |
| 46 | } |
| 47 | |
| 48 | #ifndef mxLink |
| 49 | txSlot* fxNextHostAccessorProperty(txMachine* the, txSlot* property, txCallback get, txCallback set, txID id, txFlag flag) |
no outgoing calls
no test coverage detected