cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
warnings.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef _WARNINGS_H_
5
#define _WARNINGS_H_
6
7
/* warnings.h */
8
10
void
wcnint
(
void
);
11
15
void
warnin
(
char
*chLine);
16
20
void
notein
(
char
*chLine);
21
25
void
bangin
(
char
*chLine);
26
30
void
caunin
(
char
*chLine);
31
34
#define LIMWCN 2000
35
36
EXTERN
struct
t_warnings
{
37
40
long
int
nwarn
,
41
ncaun
,
42
nnote
,
43
nbang
;
44
46
char
chRgcln
[2][
INPUT_LINE_LENGTH
];
47
50
char
chWarnln
[
LIMWCN
][
INPUT_LINE_LENGTH
],
51
chCaunln
[
LIMWCN
][
INPUT_LINE_LENGTH
],
52
chNoteln
[
LIMWCN
][
INPUT_LINE_LENGTH
],
53
chBangln
[
LIMWCN
][
INPUT_LINE_LENGTH
];
54
56
bool
lgWarngs
,
57
lgCautns
;
58
59
}
warnings
;
60
61
62
#endif
/* _WARNINGS_H_ */
Generated for cloudy by
1.8.3.1