Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(c_ptr), | public | :: | ptr | = | c_null_ptr | ||
character(len=1), | public, | pointer | :: | buffer(:) | => | NULL() |
type cbuf_type type(c_ptr) :: ptr = c_null_ptr character, pointer :: buffer(:) => NULL() end type cbuf_type