added some file io routines

This commit is contained in:
2014-06-04 17:15:52 +00:00
parent 60666651c2
commit ef50de7e0f
23 changed files with 5785 additions and 328 deletions

5
h2/lib/h2-io.adb Normal file
View File

@ -0,0 +1,5 @@
package body H2.IO is
package body File is separate;
end H2.IO;