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
ef6f9168c4
ack
/
mach
/
vax4
/
ce
/
do_close.c
9 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
1988-09-15 09:49:22 +00:00
#
include
<system.h>
extern
File
*
out_file
;
Many changes: - added floating point - improved assembler part, now uses short encodings when possible - reduced generated relocation - and name table
1988-10-20 14:21:37 +00:00
close_back
(
)
Initial revision
1988-09-15 09:49:22 +00:00
{
sys_close
(
out_file
)
;
}
Reference in a new issue
Copy permalink