Next: , Previous: Pragma Inline_Generic, Up: Implementation Defined Pragmas


Pragma Interface

Syntax:

     pragma Interface (
          [Convention    =>] convention_identifier,
          [Entity =>] local_name
       [, [External_Name =>] static_string_expression],
       [, [Link_Name     =>] static_string_expression]);

This pragma is identical in syntax and semantics to the standard Ada 95 pragma Import. It is provided for compatibility with Ada 83. The definition is upwards compatible both with pragma Interface as defined in the Ada 83 Reference Manual, and also with some extended implementations of this pragma in certain Ada 83 implementations.