added initial files

This commit is contained in:
2013-12-10 16:14:06 +00:00
commit 034b50ec9b
16 changed files with 5675 additions and 0 deletions

10
h2/lib/h2.ads Normal file
View File

@ -0,0 +1,10 @@
with System.Storage_Pools;
package H2 is
subtype Character is Standard.Wide_Character;
type Storage_Pool_Pointer is
access all System.Storage_Pools.Root_Storage_Pool'Class;
end H2;