Routine ID: BASE280 | |
---|---|
Author(s): | Submitted: 14.12.93 |
Origin: M.Maire | Revised: 14.12.93 |
CALL GSRUNG (NUBUF,UBUF,IADR*)
This routine stores the first NUBUF words of array BUF in the user bank attached to the structure JRUNG (see [BASE299]), starting at location IADR+1. On exit IADR is set to IADR+NUBUF, allowing subsequent filling. This allows effectively to add information to the current JRUNG bank, whether or not it has already an user buffer.
CALL GFRUNG (NWRUNG*,IRUNG*,NUBUF*,UBUF*)
This routine retrieves the content of the JRUNG bank and of the user information added, if any.
This routine prints the content of the JRUNG bank and of the user information added, if any.
CALL GSHEAD (NUBUF,UBUF,IADR*)
This routine stores the first NUBUF words of array BUF in the user bank attached to the structure JHEAD (see [BASE299]), starting at location IADR+1. On exit IADR is set to IADR+NUBUF, allowing subsequent filling. This allows effectively to add information to the current JHEAD bank, whether or not it has already an user buffer.
CALL GFHEAD (NWHEAD*,IHEAD*,NUBUF*,UBUF*)
This routine retrieves the content of the JHEAD bank and of the user information added, if any.
This routine prints the content of the JHEAD bank and of the user information added, if any.