ann_id | IN: | Annotation identifier returned by ANcreate, ANcreatef or ANselect | |
ann_buf | OUT: | Buffer for the annotation | |
ann_length | IN: | Length of the buffer ann_buf |
FORTRAN
|
integer function afreadann(ann_id, ann_buf, ann_length)
| |
|
integer ann_id, ann_length
| |
|
character*(*) ann_buf
|