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