FORTRAN
|
integer function vsfrd(vdata_id, databuf, n_records, interlace)
|
|
integer vdata_id, n_records, interlace
|
|
<valid numeric data type> databuf(*)
|
|
|
|
integer function vsfrdc(vdata_id, databuf, n_records, interlace)
|
|
integer vdata_id, n_records, interlace
|
|
character*(*) databuf
|