source: rtems/c/src/ada-tests/support/status_io.ads @ 1bce637

4.104.114.84.95
Last change on this file since 1bce637 was 196a6b9, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 21:16:14

Changed license and copyright notice.

Added "development" style CVS Id

  • Property mode set to 100644
File size: 602 bytes
RevLine 
[f3f06f79]1--
2--  Status_IO / Specification
3--
4--  DESCRIPTION:
5--
6--  This package instantiates the IO routines necessary to
7--  perform IO on data of the type Status.CODES.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
[196a6b9]13--  COPYRIGHT (c) 1989-1997.
[f3f06f79]14--  On-Line Applications Research Corporation (OAR).
[196a6b9]15--  Copyright assigned to U.S. Government, 1994.
[f3f06f79]16--
[196a6b9]17--  The license and distribution terms for this file may in
18--  the file LICENSE in this distribution or at
19--  http://www.OARcorp.com/rtems/license.html.
[f3f06f79]20--
[196a6b9]21--  $Id$
[f3f06f79]22--
23
24with RTEMS;
25with Text_IO;
26
27package Status_IO is new Text_IO.Enumeration_IO( RTEMS.Status_Codes );
28
Note: See TracBrowser for help on using the repository browser.