File: error.h

package info (click to toggle)
seetex 2.19-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,460 kB
  • ctags: 2,909
  • sloc: ansic: 20,943; makefile: 807; sh: 217; lisp: 65; asm: 54; cpp: 17
file content (15 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 1989 University of Maryland
 * Department of Computer Science.  All rights reserved.
 * Permission to copy for any purpose is hereby granted
 * so long as this copyright notice remains intact.
 */

/*
 * Errors.
 */
#include <errno.h>
void	error(int quit, int e, char *fmt, ...);
void	panic(char *fmt, ...);

void	SetErrorTrap(/* void (*fn)(int quit, char *text) */);