DyLP
1.10.1
Main Page
Related Pages
Classes
Files
File List
File Members
src
DylpStdLib
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 407 2010-12-31 20:48:48Z lou $
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
warn
(
int
errid, ... ) ;
32
33
#ifdef _DYLIB_FORTRAN
34
void
errmsg_(
integer
*errid,
char
*ident, ... ) ;
35
void
warn_(
integer
*errid,
char
*ident, ... ) ;
36
#endif
37
38
#endif
/* _DYLIB_ERRS_H */
errmsg
void errmsg(int errid,...)
integer
long int integer
Definition:
dylib_fortran.h:31
warn
void warn(int errid,...)
errterm
void errterm(void)
dylib_std.h
errinit
void errinit(const char *emsgpath, const char *elogpath, bool errecho)
dylib_fortran.h
Generated by
1.8.9.1