core-lightning/ccan/ccan/json_out
Rusty Russell fe17acf07b TAGS: reformat to fix when PRINTF_FMT() used.
I was wondering why TAGS was missing some functions, and finally
tracked it down: PRINTF_FMT() confuses etags if it's at the start
of a function, and it ignores the rest of the file.

So we put PRINTF_FMT at the end, but that doesn't work for
*definitions*, only *declarations*.  So we remove it from definitions
and add gratuitous declarations in the few static places.1

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-11-01 17:27:20 -05:00
..
test ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
_info ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
json_out.c ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
json_out.h TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
LICENSE ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00