NCEPLIBS-bufr
12.0.0
|
Determine important information about the local machine. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | wrdlen |
Determine important information about the local machine. More... | |
Determine important information about the local machine.
Definition in file wrdlen.F.
subroutine wrdlen |
Determine important information about the local machine.
This subroutine figures out some important information about the local machine on which the NCEPLIBS-bufr software is being run, including the native endianness and the number of bytes in an integer.
This subroutine isn't normally called directly by any application program, because it's automatically called internally from within subroutine openbf() during the first time that subroutine is called by any application program. It's also called as needed from within several other subroutines, but it always keeps track of its results as well as whether it has already been called during the life of an application program, and that way if it does end up being called more than once, it will just quietly return without having to recompute all of its results from the first call.
Definition at line 24 of file wrdlen.F.
References bort(), bvers(), and errwrt().
Referenced by copybf(), datelen(), dumpbf(), iupbs01(), iupbs3(), openbf(), rdmtbb(), rdmtbd(), rdmtbf(), upds3(), bufr_c2f_interface::wrdlen_c(), x48(), and x84().