/* Header file for the standard deviation assignment */

  /* STS and STM are just arbitrary signals,
     they stand for Send To Slave and Send
     to Master... */
#define SendData 100
#define SendSum  200
#define SendMean 300

  /* Just the filenames of the programs */
#define MASTER "stddev_m"
#define SLAVE "stddev_s"
