ack/util/ceg/defaults/pseudo/C_busy.c

10 lines
91 B
C

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