-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathge_error.h
More file actions
executable file
·27 lines (24 loc) · 1.12 KB
/
ge_error.h
File metadata and controls
executable file
·27 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/****************************************************************************
* ge_error.h
* Author Joel Welling
* Copyright 1988, Pittsburgh Supercomputing Center, Carnegie Mellon University
*
* Permission use, copy, and modify this software and its documentation
* without fee for personal use or use within your organization is hereby
* granted, provided that the above copyright notice is preserved in all
* copies and that that copyright and this permission notice appear in
* supporting documentation. Permission to redistribute this software to
* other organizations or individuals is not granted; that must be
* negotiated with the PSC. Neither the PSC nor Carnegie Mellon
* University make any representations about the suitability of this
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*****************************************************************************/
/*
This file provides definitions for the generic error handler.
*/
extern void ger_init();
extern void ger_toggledebug();
extern void ger_debug();
extern void ger_error();
extern void ger_fatal();