Specify the API at the beginning of the title (for example, "Places: ...") OS type and version: iOS 26.0.0 and 26.0.1 Library version and other environment ...
module m type base private integer*4 :: id end type contains pure function makeData (i) type (base), pointer :: makeData integer*4, intent(in) :: i allocate (makeData) makeData = base(i) end function ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results