This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
a50ec18466
ack
/
util
/
ceg
/
defaults
/
pseudo
/
C_busy.c
10 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
CODE_EXPANDER must be defined before including <em.h>.
1988-02-03 12:48:58 +00:00
#
define CODE_EXPANDER
#
include
<em.h>
change some names
1989-01-26 13:24:23 +00:00
extern
int
B_busy
;
Initial revision
1987-11-20 10:41:03 +00:00
int
C_busy
(
)
{
change some names
1989-01-26 13:24:23 +00:00
return
(
B_busy
)
;
Initial revision
1987-11-20 10:41:03 +00:00
}
Reference in a new issue
Copy permalink