7 lines
52 B
C
7 lines
52 B
C
extern int busy;
|
|
|
|
int C_busy()
|
|
{
|
|
return( busy);
|
|
}
|
extern int busy;
|
|
|
|
int C_busy()
|
|
{
|
|
return( busy);
|
|
}
|