/* Spectroscopic Toolkit version 1.75 by Pieter Suurmond, september 22, 2004. Copyright (c) 2000-2004 - Pieter Suurmond Be absolutely clear about the number of bits. This header is included in ST_aiff.c. It has to be included prior to ST_aiff.h. */ typedef unsigned char UNSIGNED8; typedef signed char SIGNED8; typedef unsigned short UNSIGNED16; typedef signed short SIGNED16; typedef unsigned long UNSIGNED32; typedef signed long SIGNED32; typedef unsigned long long UNSIGNED64; typedef signed long long SIGNED64;