Quadratic Solver with C Output Library --- Calling C Routines

This example illustrates how Fortran can call C routines. The beginnings of an IO library for Fortran are developed.

Compilation on Cosmos

    gcc -c quad_output_c.c
    f90 quad_output.o quad_mod.f90 quad_main.f90 

Makefile:

    make quad
or
    make clean