File: error.h

package info (click to toggle)
termrec 0.19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,024 kB
  • sloc: ansic: 8,435; makefile: 182; perl: 16; sh: 15
file content (2 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
void die(const char *txt, ...) __attribute__((format (printf, 1, 2)))
    __attribute__((nonnull(1)));