| 435 | -----------------------------------------------------------------------------*/ |
| 436 | |
| 437 | void toks_reset(jsmntok_t *toks) |
| 438 | { |
| 439 | assert(tal_count(toks) >= 1); |
| 440 | toks[0].type = JSMN_UNDEFINED; |
| 441 | } |
| 442 | |
| 443 | jsmntok_t *toks_alloc(const tal_t *ctx) |
| 444 | { |
no outgoing calls