NCEPLIBS-bacio
2.5.0
|
Find endianness of files on a machine. More...
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 10 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 27 of file chk_endianc.f90.
Referenced by chk_endianc().