⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remote_type.adb

📁 用于进行gcc测试
💻 ADB
字号:
--  { dg-do compile }--  { dg-options "-gnatws" }package body remote_type is   procedure Append     (Container : in out List;      New_Item  : in     Element_Type)   is   begin      null;   end Append;   procedure Read     (S : access Root_Stream_Type'Class;      L : out List)   is   begin      null;   end Read;   procedure Write     (S : access Root_Stream_Type'Class;      L : in List)   is   begin      null;   end Write;end remote_type;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -