|
|
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 - download
Length: 426 (0x1aa)
Types: TextFile
Names: »V«
└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
└─⟦b8efda8ac⟧ »DATA«
└─⟦7061b4ee8⟧
└─⟦dea849e77⟧
└─⟦this⟧
package Command_Line is
subtype Return_Code_Type is Natural range 0 .. 255;
Maximum_Command_String_Length : constant Natural := 4000;
function Number_Of_Parameters return Natural;
function Parameter (Parameter_Number : in Natural) return String;
function Command_Name return String;
function Parameters return String;
procedure Set_Return_Code (Return_Code : in Return_Code_Type);
end Command_Line;