dm_swap_int16 Subroutine

public pure elemental subroutine dm_swap_int16(n)

Swaps bytes for a 2-byte integer.

Arguments

Type IntentOptional Attributes Name
integer(kind=i2), intent(inout) :: n

Called by

proc~~dm_swap_int16~~CalledByGraph proc~dm_swap_int16 dm_swap_int16 interface~dm_swap dm_swap interface~dm_swap->proc~dm_swap_int16