File: debug.c

package info (click to toggle)
pdbg 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,212 kB
  • sloc: ansic: 21,934; cpp: 3,363; sh: 3,343; makefile: 314; asm: 11
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (24)
1
2
3
4
5
/* 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>