Query: remque
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
insque(3C) insque(3C)NAMEinsque(), remque() - insert or remove an element in a queueSYNOPSISDESCRIPTIONThe 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.AUTHORand were developed by HP and the University of California, Berkeley.SEE ALSOthread_safety(5).STANDARDS COMPLIANCEinsque(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]? |