NCEPLIBS-bacio  2.6.0
chk_endianc.F90 File Reference

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...
 

Detailed Description

Find endianness of files on a machine.

Author
J. Wang
Date
Aug, 2012

Definition in file chk_endianc.F90.

Function/Subroutine Documentation

◆ chk_endianc()

subroutine chk_endianc ( character(16), intent(out)  mendian)

Obtain machine endianness.

Parameters
mendiancharacter(16) machine endianness
Author
J. Wang
Date
Aug, 2012

Definition at line 11 of file chk_endianc.F90.

References findendian().

Referenced by bafrindexl(), and bafrwritel().

◆ findendian()

subroutine findendian ( character(16), intent(out)  mendian)

Obtain machine endianness.

Parameters
mendiancharacter(16) machine endianness
Author
J. Wang
Date
Aug, 2012

Definition at line 28 of file chk_endianc.F90.

Referenced by chk_endianc().