Convention 编译指示 指示编译器使用外语约定来表示类型或子程序。
支持的外语集取决于编译器实现。通常支持 C、C++、COBOL 和 Fortran。
type My_C_Type is record [...]; -- Ada will represent My_C_Type as a C-style structure. pragma Convention (C, My_C_Type);
type
is
record
pragma