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 - download
Length: 403 (0x193) Types: TextFile Names: »V«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS └─ ⟦9a14c9417⟧ »DATA« └─⟦this⟧
-- -- Language interface conventions. -- PACKAGE Language IS C_Prefix : CONSTANT String := "_"; C_Subp_Prefix : CONSTANT String := "_"; Fortran_Prefix : CONSTANT String := "_"; Fortran_Suffix : CONSTANT String := "_"; Object_Extension : CONSTANT String := ".o"; Library_Extension : CONSTANT String := ".a"; Executable_Extension : CONSTANT String := ""; END Language;