Specification of package Tgx.Posix_Types







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 1996, Top Graph'X.                  === --
 ===                                                                   === --
 ===                     --- Copyright Notice ---                      === --
 ===                                                                   === --
 ===    This software is protected as an unpublished work under the    === --
 ===     Copyright Act of 1976.  All rights reserved.  Top Graph'X.    === --
 ===                                                                   === --
 ========================================================================= --
package Tgx.Posix_Types is

   type Char is range - (2**7) .. 2**7 - 1;
   for Char'Size use 8;

   type Short is range -(2**15) .. 2**15 - 1;
   for Short'Size use 16;

end Tgx.Posix_Types;



List of definition uses










This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18