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

10 lines
91 B
C
Raw Normal View History

#define CODE_EXPANDER
#include <em.h>
1987-11-20 10:41:03 +00:00
extern int busy;
int C_busy()
{
return( busy);
}