File: error.h

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