Procedure Declarations [ Compiler Library/XL Reference Manual ] MPE/iX 5.0 Documentation
Compiler Library/XL Reference Manual
Procedure Declarations
The procedure declarations in this chapter assume the following Pascal
directives and declarations.
$STANDARD_LEVEL 'EXT_MODCAL'$
$UPPERCASE ON$
$TYPE
ascii_type = $ALIGNMENT 1$ RECORD END;
binary_type = $ALIGNMENT 2$ RECORD END;
decimal_type = $ALIGNMENT 1$ RECORD END;
In the listings of possible traps, the numbers in parentheses are the
trap subcodes supplied to the user when a trap handler has been armed, as
explained under "Trap Handling" (above). If traps have been disabled,
these are the codes returned to the caller through the pacstatus
parameter.
MPE/iX 5.0 Documentation