lloda e81a8ae246 Use old style srfi module names 10 months ago
..
README.md 3c6fd33f86 Working ffi examples with intent(inout) 2 years ago
example.f90 3c6fd33f86 Working ffi examples with intent(inout) 2 years ago
ffi.cc 3c6fd33f86 Working ffi examples with intent(inout) 2 years ago
ffi.scm e81a8ae246 Use old style srfi module names 10 months ago
sandbox.scm e81a8ae246 Use old style srfi module names 10 months ago
unique-elements.scm e81a8ae246 Use old style srfi module names 10 months ago

README.md

$FORTRAN -shared -fPIC -o libexample.so example.f90 -std=f2018 -fcheck=all -Wall
$CXX -o ffi ffi.cc -std=c++20 -Wall -Wl,-rpath . -L . -lexample -lgfortran
./ffi
$GUILE -L ../mod ffi.scm