-- -- -------------------------------------------------------------------------------- -- -- Interface_Definitions -- -- This package provides type definitions for the Ada represen- -- tation of some C types. This package is used by other packages -- which interface to C routines. -- -- -- -- -- Gerardo A. Colon -- 19 September 1990 -- -- Science Applications International Corporation --
311 Park Place Boulevard, Suite 360 --
Clearwater, Florida 34619 -- -- Developed for the STARS program under task S40. -- -- -- -- -- Dependencies => -- ( Operating_System => None , -- Compiler => None , -- Device => None ) ; -- -- -------------------------------------------------------------------------------- pragma Page ; -------------------------------------------------------------------------------- -- package Interface_Definitions (body). -------------------------------------------------------------------------------- package body Interface_Definitions is -- -- Null Body. -- -- Refer to section 10.5 of the Portability Guide in "Portability and Style -- in Ada" by John Nissen and Peter Wallis. -- end Interface_Definitions ; --