added some file io routines

This commit is contained in:
2014-06-04 17:15:52 +00:00
parent 9c971cd841
commit 744915575f
23 changed files with 5785 additions and 328 deletions

5
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;