-
+ D0B999755C195EFBDA872042DE4E7D9A5D659D8C0D036D1D7459F3D823C144F4817BA37CCBA1FC7516E8091EF82156C799B41DD129A2FFAFBB689BA3DF342543
zfp/adainclude/a-inteio.ads
(0 . 0)(1 . 22)
68 ------------------------------------------------------------------------------
69 ------------------------------------------------------------------------------
70 -- You do not have, nor can you ever acquire the right to use, copy or --
71 -- distribute this software ; Should you use this software for any purpose, --
72 -- or copy and distribute it to anyone or in any manner, you are breaking --
73 -- the laws of whatever soi-disant jurisdiction, and you promise to --
74 -- continue doing so for the indefinite future. In any case, please --
75 -- always : read and understand any software ; verify any PGP signatures --
76 -- that you use - for any purpose. --
77 -- --
78 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
79 ------------------------------------------------------------------------------
80 ------------------------------------------------------------------------------
81
82 package Ada.Integer_Text_IO is
83
84 procedure Put (X : Integer);
85 -- Output integer to the console
86
87 private
88 pragma Inline_Always (Put);
89 end Ada.Integer_Text_IO;