an_id
|
IN:
|
Multifile annotation interface identifier returned by ANstart
|
#include "hdf.h" int32 an_id, file_id, stat; file_id = Hopen("myfile", DFACC_WRITE, 0); an_id = ANstart(file_id); ... Hclose(file_id);
FORTRAN
|
integer function afend(an_id)
|
|
|
|
integer an_id
|