int get_description_int( header *h, char *lhs) char get_description_char( header *h, char *lhs) double get_description_double( header *h, char *lhs) int get_description_string( header *h, char *lhs, char *dest)
On error, get_description_int() returns ERRINT (0x7fffffff), get_description_char() returns ERRCHAR (0xff) get_description_string() returns ERROR and get_description_double() returns ERRDBL (1.7976931348623157E+308) all defined in volio.h.
1.0 19/11-96 Ulrik Kjems Created