1
0
Fork 0
qemu/roms/skiboot/ccan/str/test/debug.c
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

5 lines
212 B
C

/* We can't use the normal "#include the .c file" trick, since this is
contaminated by str.h's macro overrides. So we put it in all tests
like this. */
#define CCAN_STR_DEBUG 1
#include <ccan/str/debug.c>