/* this file should be put in /include/ directory */
#define LSC "/u/s/square/lsc/lsc2"
#define LSC_MATH "/u/s/square/math"
#define LSC_CONSOLE "u/s/square/lsc/lsc_console"

/******************************************/
/* status (refer to IPC vars declarations)*/
/******************************************/

#define IDLE 0
#define RUNNING 1
#define INCOMPLETE_INPUT 2
#define PAUSED 3
#define ERROR 4

#define ROOT 0