/* bytprc.h */ /* * bytprc.mac */ extern int intswap(); /* (int) bytes swapped */ extern long longswap(); /* (long) bytes swapped */ extern VOID movebytes(); /* (&dest,&src,length) byte move */