13 SUBROUTINE gbytec(IN,IOUT,ISKIP,NBYTE)
16 CALL gbytesc(in,iout,iskip,nbyte,0,1)
subroutine gbytec(IN, IOUT, ISKIP, NBYTE)
Wrapper for gbytesc() limiting NSKIP and N to 0 and 1.
subroutine gbytesc(IN, IOUT, ISKIP, NBYTE, NSKIP, N)
Extract arbitrary size values from a packed bit string, right justifying each value in the unpacked a...