remque man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



insque(3C)							    insque(3C)

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

SYNOPSIS
     #include <search.h>

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

     void remque(struct qelem *elem);

     #if _XOPEN_SOURCE
       void insque(void *, void *);

       void remque(void *);
     #endif

DESCRIPTION
     insque and remque manipulate queues built from doubly linked lists.  Each
     element in the queue must be in the following form:
	  struct qelem {
	       struct	 qelem *q_forw;
	       struct	 qelem *q_back;
	       char q_data[];
	  };

     insque inserts elem in a queue immediately after pred.  If the argument
     pred is NULL, then the structure q_forw and q_back entries of the passed
     structure pointed to by the struct pointer elem will be set to zeroes.
     remque removes an entry elem from a queue.

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net