projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
timer: handle time going backwards.
[ccan]
/
ccan
/
str
/
test
/
debug.c
1
/* We can't use the normal "#include the .c file" trick, since this is
2
contaminated by str.h's macro overrides. So we put it in all tests
3
like this. */
4
#define CCAN_STR_DEBUG 1
5
#include <ccan/str/debug.c>