source: rtems/c/src/ada-tests/support/float_io.ads @ 32c8960

4.115
Last change on this file since 32c8960 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 497 bytes
Line 
1--
2--  Float_IO / Specification
3--
4--  Description:
5--
6--  This package instantiates the IO routines necessary to
7--  perform IO on data of the type Float.
8--
9--  Dependencies:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989-1997.
14--  On-Line Applications Research Corporation (OAR).
15--
16--  The license and distribution terms for this file may in
17--  the file LICENSE in this distribution or at
18--  http://www.rtems.org/license/LICENSE.
19--
20
21with Text_IO;
22
23package Float_IO is new Text_IO.Float_IO( Float );
24
Note: See TracBrowser for help on using the repository browser.