FORTRAN
|
integer function sfrnatt([file, sds, dim]_id, attr_index, data)
|
|
integer [file, sds, dim]_id, attr_index
|
|
<valid numeric data> data
|
|
|
|
integer function sfrcatt([file, sds, dim]_id, attr_index, data)
|
|
integer [file, sds, dim]_id, attr_index
|
|
character* (*) data
|