Document: int16 Purpose: Describes the available routines to convert local short integers to/from 16 bit integers. Category: SYSTEM File: int16 Author: K.G. Begeman Description: The following routines are available to do the conversion: void int_to_int16( short *, unsigned char *, int ) void int16_to_int( unsigned char *, short *, int ) void int_to_int16_n( short *, unsigned char *, int, int ) void int16_to_int_n( unsigned char *, short *, int, int ) Updates: Dec 12, 1994: KGB, Document created.