hpux man page for remque

Query: remque

OS: hpux

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

insque(3C)																insque(3C)

NAME
insque(), remque() - insert or remove an element in a queue
SYNOPSIS
DESCRIPTION
The and functions manipulate queues built from doubly-linked lists. An application using these functions must define a structure in which the first two members of the structure are pointers to the same type of structure. Any additional members of the structure are application specific. The first two members of the structure are used for forward and backward pointers. The names of the structure and of the point- ers are not subject to any restrictions. The function inserts the object pointed to by the element argument into a queue immediately after the object pointed to by the pred argu- ment. The function removes the object pointed to by the element argument from a queue.
AUTHOR
and were developed by HP and the University of California, Berkeley.
SEE ALSO
thread_safety(5).
STANDARDS COMPLIANCE
insque(3C)
Related Man Pages
insque(3c) - opensolaris
remque(3c) - opensolaris
insque(3) - suse
insque(9r) - osf1
remque(3c) - sunos
Similar Topics in the Unix Linux Community
[All variants] Change settings
Bug in [icode][/icode]?