Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(C_PTR), | public | :: | array | ||||
integer(kind=C_INT), | public | :: | size | ||||
integer(kind=C_INT), | public | :: | top1 | ||||
integer(kind=C_INT), | public | :: | top2 | ||||
integer(kind=C_INT), | public | :: | used |
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