NCEPLIBS-bufr
12.0.1
|
Compute the number of characters needed to encode an integer as a string. More...
Go to the source code of this file.
Functions/Subroutines | |
integer function | isize (NUM) |
This function computes and returns the number of characters needed to encode the input integer NUM as a string. More... | |
Compute the number of characters needed to encode an integer as a string.
Definition in file isize.f.
integer function isize | ( | NUM | ) |
This function computes and returns the number of characters needed to encode the input integer NUM as a string.
It does not actually encode the string but rather only figures out the required size. NUM must be an integer in the range of 0 to 99999.
[in] | NUM | - integer: number to be encoded |
Definition at line 18 of file isize.f.
References bort().