Add library public interface
What is the new feature
Add a public interface for libfortran-support
. This is related to #9
How is it implemented
Add a fortran_support.F90
collecting all subroutines and functions in the libfortran-support
library.
Now one can do USE fortran_support
to access all public subroutines/functions in the library.
Edited by Jonas Jucker