[go: up one dir, main page]

File: debug.c

package info (click to toggle)
skiboot 5.3.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 13,280 kB
  • ctags: 13,840
  • sloc: ansic: 77,199; asm: 1,002; sh: 997; cpp: 894; tcl: 408; makefile: 325; python: 166; pascal: 65
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (27)
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>