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