docs-xml: fix typos and format in smb.conf server max protocol man
[Samba/gebeck_regimport.git] / lib / ccan / str / test / debug.c
blob4bd384f2c4849d870ab0ce40a8227234d414ae92
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>