| 41 | } |
| 42 | |
| 43 | void t_ctx_put_int(struct cell *t, int pos, int data) |
| 44 | { |
| 45 | context_put_int(CONTEXT_TRAN, context_of(t), pos, data); |
| 46 | } |
| 47 | |
| 48 | void t_ctx_put_str(struct cell *t, int pos, str *data) |
| 49 | { |
nothing calls this directly
no test coverage detected