Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

remque - remove element from queue

&pagelevel(4)&pagelevel

Syntax

#include <search.h>

void remque(void *element);

Description

See insque().

insque() and remque() modify queues that are created from double-concatenated elements. insque() inserts the entry element in a queue. remque() removes element from a queue.