DyLP  1.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dylib_errs.h
Go to the documentation of this file.
1 #ifndef _DYLIB_ERRS_H
2 #define _DYLIB_ERRS_H
3 
4 /*
5  This file is part of the support library for the Dylp LP distribution.
6 
7  Copyright (C) 2005 -- 2007 Lou Hafer
8 
9  School of Computing Science
10  Simon Fraser University
11  Burnaby, B.C., V5A 1S6, Canada
12  lou@cs.sfu.ca
13 
14  This code is licensed under the terms of the Eclipse Public License (EPL).
15 */
16 
17 /*
18  sccs: @(#)errs.h 2.3 03/18/04
19  svn/cvs: $Id: dylib_errs.h 590 2016-07-25 15:22:42Z tkr $
20 */
21 
22 #include "dylib_std.h"
23 #ifdef _DYLIB_FORTRAN
24 #include "dylib_fortran.h"
25 #endif
26 
27 void errinit(const char *emsgpath, const char *elogpath, bool errecho),
28  errterm(void) ;
29 
30 void errmsg(int errid, ... ),
31  dywarn(int errid, ... ) ;
32 
33 #ifdef _DYLIB_FORTRAN
34 void errmsg_(integer *errid, char *ident, ... ) ;
35 void dywarn_(integer *errid, char *ident, ... ) ;
36 #endif
37 
38 #endif /* _DYLIB_ERRS_H */
void errmsg(int errid,...)
long int integer
Definition: dylib_fortran.h:31
void dywarn(int errid,...)
void errterm(void)
void errinit(const char *emsgpath, const char *elogpath, bool errecho)