NCEPLIBS-bacio
2.6.0
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | chk_endianc (mendian) |
Obtain machine endianness. More... | |
subroutine | findendian (mendian) |
Obtain machine endianness. More... | |
subroutine chk_endianc | ( | character(16), intent(out) | mendian | ) |
Obtain machine endianness.
mendian | character(16) machine endianness |
Definition at line 11 of file chk_endianc.F90.
References findendian().
Referenced by bafrindexl(), and bafrwritel().
subroutine findendian | ( | character(16), intent(out) | mendian | ) |
Obtain machine endianness.
mendian | character(16) machine endianness |
Definition at line 28 of file chk_endianc.F90.
Referenced by chk_endianc().