ann_id | IN: | Annotation identifier returned by ANcreate, ANcreatef, or ANselect | |
ann | IN: | Text to be written to the annotation | |
ann_length | IN: | Length of the annotation text |
FORTRAN
|
integer function afwriteann(ann_id, ann, ann_length)
| |
|
integer ann_id, ann_length
| |
|
character*(*) ann
|