Users can access ZioLib procedures by including `use zio' in their codes.
Most of the ZioLib procedures return an integer error code. When no error is found during invocation of a procedure, zio_noerr (0) is returned. When an error is encounted, an error message can be obtained by calling zio_strerror(errcode[,errtype]). It returns a character string of length 80.