ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
Macros | Functions
library_header.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DAY   iteration_loop
 
#define MONTH   20
 

Functions

int random_int (int min, int max)
 Returns an integer between and including min and max. More...
 
double max (double a, double b)
 
double min (double a, double b)
 
int max_int (int a, int b)
 
int min_int (int a, int b)
 
int random_number (int a, int b)
 

Macro Definition Documentation

#define DAY   iteration_loop

Definition at line 6 of file library_header.h.

#define MONTH   20

Definition at line 7 of file library_header.h.

Function Documentation

double max ( double  a,
double  b 
)

Definition at line 20 of file library_functions.c.

int max_int ( int  a,
int  b 
)

Definition at line 30 of file library_functions.c.

double min ( double  a,
double  b 
)

Definition at line 25 of file library_functions.c.

int min_int ( int  a,
int  b 
)

Definition at line 35 of file library_functions.c.

Here is the caller graph for this function:

int random_int ( int  min,
int  max 
)

Returns an integer between and including min and max.

Parameters
minThe minimum integer.
maxThe maximum integer.
Returns
The random integer.

Definition at line 15 of file library_functions.c.

Here is the caller graph for this function:

int random_number ( int  a,
int  b 
)

Definition at line 44 of file library_functions.c.