added the incomplete string-to-bigint conversion procedure
This commit is contained in:
@ -5,6 +5,8 @@ generic
|
||||
type Character_Type is (<>);
|
||||
package H2.Ascii is
|
||||
|
||||
pragma Preelaborate (Ascii);
|
||||
|
||||
package Pos is
|
||||
NUL : constant := 0;
|
||||
SOH : constant := 1;
|
||||
|
Reference in New Issue
Block a user