libraries Derived Type

type, private :: libraries


Inherited by

type~~libraries~~InheritedByGraph type~libraries libraries type~options options type~options->type~libraries libraries type~compiler_explorer compiler_explorer type~compiler_explorer->type~options options

Contents

Source Code


Components

Type Visibility Attributes Name Initial
character(len=1024), public :: id_version(2)

Source Code

   type libraries
      character(len=1024) :: id_version(2)
   end type libraries