ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:rexx/rexxio.m"
NOTE: don't use this output in your code, use the module instead.

CONST RXBUFFSZ=$CC

(---) OBJECT iobuff
( 32)   rrsizeof:substructure
( 32)   iobrpt:LONG
( 36)   iobrct:LONG
( 40)   iobdfh:LONG
( 44)   ioblock:LONG
( 48)   iobbct:LONG
( 52)   iobarea:substructure
(---) ENDOBJECT     /* SIZEOF=256 */

CONST IOBNAME=10,
      IOBMODE=24,
      IOBEOF=25,
      IOBPOS=28,
      RXIO_EXIST=-1,
      RXIO_STRF=0,
      RXIO_READ=1,
      RXIO_WRITE=2,
      RXIO_APPEND=3,
      RXIO_BEGIN=-1,
      RXIO_CURR=0,
      RXIO_END=1,
      LLOFFSET=24,
      LLVERS=28,
      CLVALUE=24

(---) OBJECT rexxmsgport
( 32)   rrsizeof:substructure
( 32)   port:substructure
( 66)   replylist:substructure
(---) ENDOBJECT     /* SIZEOF=80 */

CONST DT_DEV=0,
      DT_DIR=1,
      DT_VOL=2,
      ACTION_STACK=$7D2,
      ACTION_QUEUE=$7D3

