1989-01-26 13:24:23 +00:00

10 lines
95 B
C

#define CODE_EXPANDER
#include <em.h>
extern int B_busy;
int C_busy()
{
return( B_busy);
}