#ifndef QUAD_LIB #define QUAD_LIB int quadSolver(double, double, double, double *, double *); void quadratic(int argc, char *argv[]); #endif