Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ remque(3C) — UTek W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

bsearch(3c)

hsearch(3c)

lsearch(3c)

tsearch(3c)



INSQUE(3C)              COMMAND REFERENCE              INSQUE(3C)



NAME
     insque, remque - insert/remove element from a queue

SYNOPSIS
     struct qelem {
          struct    qelem *qforw;
          struct    qelem *qback;
          char qdata[];
     };

     insque(elem, pred)
     struct qelem *elem, *pred;

     remque(elem)
     struct qelem *elem;

DESCRIPTION
     Insque and remque manipulate queues built from doubly linked
     lists.  Each element in the queue must be in the form of
     ``struct qelem''.  Insque inserts elem in a queue
     immediately after pred; remque removes an entry elem from a
     queue.  No values are returned.

SEE ALSO
     bsearch(3c), hsearch(3c), lsearch(3c), tsearch(3c).






























Printed 10/17/86                                                1





































































%%index%%
na:72,87;
sy:159,1086;
de:1245,532;
se:1777,207;
%%index%%000000000082

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