added Get_Line into h2-io-file

This commit is contained in:
2014-06-17 15:23:35 +00:00
parent 02e5292089
commit f0eee1313f
15 changed files with 356 additions and 146 deletions

View File

@ -6,4 +6,5 @@ package H2.Slim is
type String is array(System_Index range<>) of Character;
package Scheme is new H2.Scheme (Character);
pragma Assert (Character'Size = System_Byte'Size);
end H2.Slim;