tem_intList Derived Type

type, public :: tem_intList

linked list of integers


Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: elem
type(tem_intList), private, pointer:: next=> null()