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

https://github.com/pedro-ricardo/linkedlist

Simple Fortran Implementation of heterogeneous linked list
https://github.com/pedro-ricardo/linkedlist

heretogeneous linkedlist list modern-fortran

Last synced: 4 months ago
JSON representation

Simple Fortran Implementation of heterogeneous linked list

Awesome Lists containing this project

README

          

# LinkedList
Simple Fortran Implementation of heterogeneous linked list

* Single file module
* Free from memmory leaks

## Tested With:
| Library | Version |
| -------- | -------- |
| GCC | 9.3.1 |
| Valgrind | 3.15.0 |