All the umtz functions work by using pointers to umtz file objects.
typedef struct umtzfile_ {
char filename[200], mode[4];
int iunit, ncol, nrow;
float mnf;
umtz_list headers;
umtz_list history;
umtz_list batches;
} umtzfile;
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001