added initial files
This commit is contained in:
10
h2/lib/h2.ads
Normal file
10
h2/lib/h2.ads
Normal 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;
|
Reference in New Issue
Block a user