Added flt_arith

This commit is contained in:
ceriel 1989-07-10 11:25:02 +00:00
parent c20a2155fa
commit 1c848c8db3
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@ alloc
assert
em_code
em_mes
flt_arith
idf
input
malloc

View file

@ -34,3 +34,6 @@ end
name "EM-code reading module"
dir read_em
end
name "Floating point arithmetic module"
dir flt_arith
end