]> git.ozlabs.org Git - ccan/blob - ccan/list/test/run-with-debug.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / list / test / run-with-debug.c
1 /* Just like run.c, but with all debug checks enabled. */
2 #define CCAN_LIST_DEBUG 1
3 #include <ccan/list/test/run.c>