Function: int_to_int32 Purpose: Converts a local integer to a 32 bit twos-complement integer. Category: SYSTEM File: int32.c Author: K.G. Begeman Call: void int_to_int32( int *i, unsigned char *i32, int swap ) i pointer to local integer i32 pointer to 32 bit integer swap need to swap bytes? Notes: Definition in "int32.h" Updates: Dec 7, 1994: KGB, Document created.