File: debug.c

package info (click to toggle)
horst 5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 932 kB
  • sloc: ansic: 9,261; makefile: 109; sh: 28
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (25)
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>