- EE9AD64E37CFC68344AFE8F1D5DFA4683B808E7D4719B16D1B5605661C9736AE7D99631C97FCC55F03416A2DF6D717216884E34612080C3F7C887E3EA00FF903
+ 888B4F60E7068F0069D7293242209AC500A7BA7F5B6F01F8EEF23DA1D52B26EAF47BC80465C9FBD5278AA677AFB27CB955427ED0D7E9A8409EF50EB763BB09F8
ffa/ffacalc/cmdline.adb
(2 . 7)(2 . 7)
37 ------------------------------------------------------------------------------
38 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
39 -- --
40 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
41 -- (C) 2018 Stanislav Datskovskiy ( www.loper-os.org ) --
42 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
43 -- --
44 -- You do not have, nor can you ever acquire the right to use, copy or --
(33 . 7)(33 . 7)
46
47 -- Fill the provided string with the text of Number-th cmdline arg
48 procedure Get_Argument(Number : in Natural;
49 Result : out String) is
50 Result : out CmdLineArg) is
51 begin
52 if Number >= Arg_Count or (not Initialized) then
53 raise Constraint_Error;