DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦d5f48ad27⟧ TextFile

    Length: 403 (0x193)
    Types: TextFile
    Names: »V«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

--
-- 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;