Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=C_INT), | public | :: | size | ||||
integer(kind=C_INT), | public | :: | used | ||||
integer(kind=C_INT), | public | :: | top1 | ||||
integer(kind=C_INT), | public | :: | top2 | ||||
type(C_PTR), | public | :: | array |
type, bind(c) :: LU_STACK_T
integer(kind=C_INT) :: size
integer(kind=C_INT) :: used
integer(kind=C_INT) :: top1
integer(kind=C_INT) :: top2
type(C_PTR) :: array
endtype LU_STACK_T