DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦98e9bb788⟧ TextFile

    Length: 422 (0x1a6)
    Types: TextFile
    Names: »x_vlist.spc«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/CLUlib/x_vlist.spc« 

TextFile

x_vlist = cluster is create, store, fetch, size, equal

rep = null

create = proc (n: int) returns (cvt) signals (toobig)
	end create

store = proc (list: cvt, i: int, x, y, flags: int) signals (bounds)
	end store

fetch = proc (list: cvt, i: int) returns (int, int, int) signals (bounds)
	end fetch

size = proc (list: cvt) returns (int)
	end size

equal = proc (list1, list2: cvt) returns (bool)
	end equal

end x_vlist