ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
library_header.h
Go to the documentation of this file.
1 
6 #define DAY iteration_loop
7 #define MONTH 20
8 
9 int random_int(int min,int max);
10 double max(double a, double b);
11 double min(double a, double b);
12 int max_int(int a, int b);
13 int min_int(int a, int b);
14 int random_number(int a, int b);