File: error.h

package info (click to toggle)
linux86 0.16.21-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,072 kB
  • sloc: ansic: 66,757; asm: 6,154; makefile: 1,374; sh: 703
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
/* @(#) error.h 1.2 92/01/15 21:53:14 */

extern int errcount;			/* error counter */
extern void error();			/* default context */
extern void error_where();		/* user-specified context */
extern void fatal();			/* fatal error */