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
input.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 _INPUT_H_
5
#define _INPUT_H_
6
7
/* input.h */
8
10
#define NKRD 4000
11
14
void
input_init
(
void
);
15
22
bool
lgInputComment
(
23
const
char
*chLine );
24
31
void
input_readarray
(
32
char
*chCard,
33
bool
*lgEOF);
34
35
EXTERN
struct
t_input
{
36
41
char
chOrgCard
[
INPUT_LINE_LENGTH
];
42
46
char
chCARDCAPS
[
INPUT_LINE_LENGTH
];
47
51
char
chCardSav
[
NKRD
][
INPUT_LINE_LENGTH
],
52
56
chTitle
[
INPUT_LINE_LENGTH
];
57
58
long
int
60
nSave
,
61
63
nRead
,
64
66
nSaveIni
,
67
70
iReadWay
,
71
73
nReadSv
;
74
77
bool
lgUnderscoreFound
;
78
81
bool
lgBracketFound
;
82
84
bool
lgSetNoBuffering
;
85
86
}
input
;
87
88
89
90
#endif
/* _INPUT_H_ */
Generated for cloudy by
1.8.1.1