C---------------------------------------------------------------------- subroutine ftpbyt(ounit,nbytes,array,status) C write string of data bytes to output buffer. C ounit i fortran unit number C nbytes i number of bytes C array i integer array C status i output error status C C written by Wm Pence, HEASARC/GSFC, June 1991 integer array(*) integer nbytes,ounit,status C simply call character writing routine: call ftpcbf(ounit,nbytes,array,status) end