/*max_functions.h*/ #ifndef MAX_FUNCTIONS_H #define MAX_FUNCTIONS_H #include "eseries.h" extern void set_output_voltage(double voltage, ESeries E_resistors); #endif /*MAX_FUNCTIONS_H*/