lloda e81a8ae246 Use old style srfi module names 11 ماه پیش
..
README.md 3c6fd33f86 Working ffi examples with intent(inout) 2 سال پیش
example.f90 3c6fd33f86 Working ffi examples with intent(inout) 2 سال پیش
ffi.cc 3c6fd33f86 Working ffi examples with intent(inout) 2 سال پیش
ffi.scm e81a8ae246 Use old style srfi module names 11 ماه پیش
sandbox.scm e81a8ae246 Use old style srfi module names 11 ماه پیش
unique-elements.scm e81a8ae246 Use old style srfi module names 11 ماه پیش

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