a-charac.ads 1.14 KB
Newer Older
1
------------------------------------------------------------------------------
Richard Kenner committed
2
--                                                                          --
3
--                         GNAT RUN-TIME COMPONENTS                         --
Richard Kenner committed
4 5 6 7 8
--                                                                          --
--                       A D A . C H A R A C T E R S                        --
--                                                                          --
--                                 S p e c                                  --
--                                                                          --
9
-- This specification is derived from the Ada Reference Manual for use with --
Richard Kenner committed
10 11 12 13 14 15 16
-- GNAT.  In accordance with the copyright of that document, you can freely --
-- copy and modify this specification,  provided that if you redistribute a --
-- modified version,  any changes that you have made are clearly indicated. --
--                                                                          --
------------------------------------------------------------------------------

package Ada.Characters is
17
   pragma Pure;
Richard Kenner committed
18
end Ada.Characters;