/*Copyright (c) 1994 by Matthew Belmonte. Rights and restrictions noted in the accompanying file scanepl.c apply to this file, too.*/ #include "scanepl.h" /*idiotic Microsoft QuickC requires that large data items be defined in a separate source module:*/ int pulse_values[CH_EYE+CH_MAX][CA_PULSES]; float blink_filter[CH_MAX][EP_LEN/EP_INC-2]; float data[CH_EYE+CH_MAX][EP_LEN/EP_INC]; float presample[CH_EYE+CH_MAX][RE_PSLEN];