1 #ifndef __types_loaded__
2 #define __types_loaded__ 1
7 * Miscellaneous VMS types that are not normally defined
8 * in any consistent fashion.
11 /* VMS I/O status block */
18 /* VMS Item List 3 structure */
27 /* VMS Lock status block with value block */
30 short status, reserved;
35 /* VMS Exit Handler Control block */
38 struct exhcb *exh$a_link;
39 int (*exh$a_routine)();
45 #endif /* __types_loaded__ 1 */