9 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define CODE_EXPANDER
 | 
						|
#include <em.h>
 | 
						|
 | 
						|
extern int busy; 
 | 
						|
 | 
						|
int C_busy()
 | 
						|
{
 | 
						|
	return( busy);
 | 
						|
}
 |