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

⟦d79b76489⟧ TextFile

    Length: 428 (0x1ac)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦ada0be243⟧ 
                └─⟦this⟧ 

TextFile

separate (Xev_Main)  
procedure Do_Clientmessage (E : X_Client_Message_Event) is  
    use Text_Io;  
    use S_Long_Io;  
    Mname : constant String :=  
       To_String (X_Get_Atom_Name (Dpy, E.Client.Message_Type));  
begin

    Put ("    message_type=");  
    Put (E.Client.Message_Type);  
    Put (" (");  
    Put (Mname);  
    Put ("), format=");  
    Put (E.Client.Format);  
    New_Line;

end Do_Clientmessage;