| 478 | -----------------------------------------------------------------------------*/ |
| 479 | |
| 480 | void toks_reset(jsmntok_t *toks) |
| 481 | { |
| 482 | assert(tal_count(toks) >= 1); |
| 483 | toks[0].type = JSMN_UNDEFINED; |
| 484 | } |
| 485 | |
| 486 | jsmntok_t *toks_alloc(const tal_t *ctx) |
| 487 | { |
no outgoing calls