|
NCEPLIBS-bufr
12.0.1
|
Encode an integer value within a character string. More...
Go to the source code of this file.
Functions/Subroutines | |
| recursive subroutine | ipkm (CBAY, NBYT, N) |
| Encode an integer value within a character string. More... | |
| recursive subroutine ipkm | ( | character*8 | CBAY, |
| NBYT, | |||
| N | |||
| ) |
Encode an integer value within a character string.
This subroutine encodes an integer value within a specified number of bytes of a character string, up to a maximum of 8 bytes.
This subroutine is the logical inverse of subroutine iupm().
| [in] | N | - integer: Value to be encoded. |
| [in] | NBYT | - integer: Number of bytes of CBAY (up to a maximum of 8) within which to encode N. |
| [out] | CBAY | - character*(*): String of length NBYT bytes containing encoded integer N. |
Definition at line 21 of file ipkm.f.
References bort(), modv_im8b::im8b, irev(), and x84().
Referenced by bfrini(), pktdd(), readlc(), wrcmps(), and wrtree().