#define CODE_EXPANDER
#include <em.h>

extern int busy; 

int C_busy()
{
	return( busy);
}