File:  [CSRG BSD Unix] / 43BSDTahoe / new / X / CLUlib / x_vlist.spc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.