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
59b3c10563
ack
/
lang
/
basic
/
lib
/
hlt.c
13 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Build the Basic run-time library (after some modernisation). --HG-- branch : dtrg-buildsystem
2013-05-14 15:11:29 +00:00
#
include
<stdlib.h>
*** empty log message ***
1984-11-29 14:22:02 +00:00
_hlt
(
nr
)
int
nr
;
{
exit
(
nr
)
;
}
several fixes for new basic compiler
1988-07-01 17:30:06 +00:00
_goto_err
(
)
{
error
(
3
)
;
}
Reference in a new issue
Copy permalink