#ifndef __GLOBALS #define __GLOBALS /* GLOBAL VARIABLES */ #include "general.h" #include "io.h" extern int quiet; extern ts_double V0; extern ts_double A0; extern ts_double epsvol; extern ts_double epsarea; extern ts_args command_line_args; extern int force_from_tape; extern char tapetxt[128000]; //stores text file of the tape #endif