I/O exception support (OMIOE legacy)

This external function library allows you to create and manipulate an "io-exception" opaque object. You must include this library in your programs if you use any of the "exceptions-to" optional arguments in the Encoded File I/O library.

To use these functions, you must include the following code near the beginning of your program:

  ; Exception Object function and constant declarations
  include "omioe.xin"

The OmniMark encoded file I/O library (omefio) depends on the OmniMark I/O exception object library (omioe). This means that omioe must be included in the program before omefio, as shown:

  include "omioe.xin"
  include "omefio.xin"