rgb-cln/cli/test
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen().
tal_count() is used where there's a type, even if it's char or u8, and
tal_bytelen() is going to replace tal_len() for clarity: it's only needed
where a pointer is void.

We shim tal_bytelen() for now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-30 11:31:17 +02:00
..
.gitignore lightning-cli: test for amazingly slow getlogs speed. 2018-01-22 18:58:23 +01:00
Makefile json: make json_add_string do partial escapes. 2018-03-26 00:20:53 +00:00
run-large-input.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00