Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ blkqread(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     blkqread(3G)                                         blkqread(3G)



NAME
blkqread - reads multiple entries from the queue
SPECIFICATION
C long blkqread(data, n)
short *data
short n;
FORTRAN integer*4 function blkqre(data, n)
integer*2 data(*)
integer*4 n
DESCRIPTION
blkqread reads multiple entries from the input queue. data
is an array of short integers, and n is the size of the
array data. blkqread returns the number of queue entries
read, and data is filled alternatively with device numbers
and device values. Note that the number of entries read is
at n/2.
SEE ALSO
qread
Programming Guide, Section 7.4, The Event Queue
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026