Function: int16_to_int Purpose: Converts a 16 bit twos-complement integer to a local short integer. Category: SYSTEM File: int16.c Author: K.G. Begeman Call: void int16_to_int( unsigned char *i16, short *s, int swap ) i16 pointer to 16 bit integer s pointer to local short integer swap need to swap bytes? Notes: Definition in "int16.h" Updates: Dec 12, 1994: KGB, Document created.