cloudy trunk
Loading...
Searching...
No Matches
state.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef STATE_H_
5#define STATE_H_
6
7
9void state_get_put( const char chJob[] );
10
30
31extern t_state state;
32
33
34#endif /* STATE_H_ */
const int INPUT_LINE_LENGTH
Definition cddefines.h:254
t_state state
Definition state.cpp:19
void state_get_put(const char chJob[])
Definition state.cpp:76
bool lgPut_state
Definition state.h:21
bool lgPutAll
Definition state.h:24
bool lgState_print
Definition state.h:27
char chPutFilename[INPUT_LINE_LENGTH]
Definition state.h:15
char chGetFilename[INPUT_LINE_LENGTH]
Definition state.h:16
bool lgGet_state
Definition state.h:20