source: rtems/c/src/ada-tests/support/unsigned32_io.ads @ 9917d5da

4.104.114.84.95
Last change on this file since 9917d5da was f3f06f79, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 20:52:48

added new files from test area.

This code has successfully been used to run sp01.

  • Property mode set to 100644
File size: 748 bytes
Line 
1--
2--  Unsigned32_IO / Specification
3--
4--  DESCRIPTION:
5--
6--  This package instantiates the IO routines necessary to
7--  perform IO on data of the type RTEMS.Unsigned32.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
14--  On-Line Applications Research Corporation (OAR).
15--  All rights assigned to U.S. Government, 1994.
16--
17--  This material may be reproduced by or for the U.S. Government pursuant
18--  to the copyright license under the clause at DFARS 252.227-7013.  This
19--  notice must appear in all copies of this file and its derivatives.
20--
21--  unsigned32_io.ads,v 1.1 1995/07/12 19:37:33 joel Exp
22--
23
24with RTEMS;
25with Text_IO;
26
27package Unsigned32_IO is new Text_IO.Modular_IO( RTEMS.Unsigned32 );
28
Note: See TracBrowser for help on using the repository browser.