|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 793 (0x319)
Types: TextFile
Names: »V«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
with Text_Io;
package Utilities is
Terminal_Device : constant String := "";
Wants_Help : constant Character := '?';
Length : Natural := Terminal_Device'Length;
Needs_Help : exception;
Invalid_Input_File : exception;
Invalid_Output_File : exception;
Abandon : exception;
procedure List (Input_File, Output_File : String);
procedure Merge (Dictionary_A, Dictionary_B, Dictionary_C : in out
Text_Io.File_Type);
procedure Get_Dictionary_Name
(Dictionary_Name : out String; Name_Length : out Natural);
procedure Open (File_Name : String; Opened_File : in out Text_Io.File_Type);
procedure Create (File_Name : String;
Created_File : in out Text_Io.File_Type);
end Utilities;