File: log.h

package info (click to toggle)
pdns-recursor 5.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 11,128 kB
  • sloc: cpp: 109,859; javascript: 20,651; python: 5,695; sh: 5,114; makefile: 782; ansic: 582; xml: 37
file content (1 line) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (7)
1
#define fatal(...) do { fprintf(stderr, __VA_ARGS__); abort(); } while (0)