An open API service indexing awesome lists of open source software.

https://github.com/bast/fortran-callback

Fortran 90 callback example
https://github.com/bast/fortran-callback

Last synced: 3 months ago
JSON representation

Fortran 90 callback example

Awesome Lists containing this project

README

          

Fortran 90 callback example
===========================

Build the code:

```
mkdir build
cd build
cmake ..
make
```