/*   @(#) $Header: /usr/local/scalawags_cvs/Scalawags/Frc2006/ifibyte.h,v 1.2 2006/01/28 23:47:48 abrown Exp $
 * Author:
 *	"Unable to identify system: ='CYGWIN_NT-5.1'" <Unable to identify system: ='CYGWIN_NT-5.1'>
 */
#ifndef ifibyte_h
  #define ifibyte_h
  #define IFI_NORM	0
  #define IFI_INV	~IFI_NORM

  int ifibyte2int(unsigned char ifibyte, unsigned char reverse);
  unsigned char int2ifibyte(int value, unsigned char reverse);
#endif
/*
 * $Log: ifibyte.h,v $
 * Revision 1.2  2006/01/28 23:47:48  abrown
 * More complete removal of last year's functions.
 *
 * Revision 1.1  2006/01/28 23:21:32  abrown
 * Create ifibyte to replace byte2int.
 */


syntax highlighted by Code2HTML, v. 0.9.1