e0fc646222
- added floating point - improved assembler part, now uses short encodings when possible - reduced generated relocation - and name table
9 lines
85 B
C
9 lines
85 B
C
#include <system.h>
|
|
|
|
extern File *out_file;
|
|
|
|
close_back()
|
|
{
|
|
sys_close( out_file);
|
|
}
|