NCEPLIBS-bufr
11.5.0
|
Encode an integer value within a character string. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ipkm (CBAY, NBYT, N) |
This subroutine encodes an integer value within a specified number of bytes of a character string, up to a maximum of 8 bytes. More... | |
Encode an integer value within a character string.
Definition in file ipkm.f.
subroutine ipkm | ( | character*8 | CBAY, |
NBYT, | |||
N | |||
) |
This subroutine encodes an integer value within a specified number of bytes of a character string, up to a maximum of 8 bytes.
[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 |
Program history log:
Definition at line 29 of file ipkm.f.
References bort(), and irev().
Referenced by bfrini(), chrtrna(), crbmg(), pkc(), pktdd(), readlc(), upc(), wrcmps(), and wrtree().