lloda e81a8ae246 Use old style srfi module names | hai 1 ano | |
---|---|---|
.. | ||
README.md | %!s(int64=3) %!d(string=hai) anos | |
example.f90 | %!s(int64=3) %!d(string=hai) anos | |
ffi.cc | %!s(int64=3) %!d(string=hai) anos | |
ffi.scm | hai 1 ano | |
sandbox.scm | hai 1 ano | |
unique-elements.scm | hai 1 ano |
$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