PQFirst
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
PQFirst()
SYNOPSIS
misc_lib/priorque.c:119
VoidPtr PQFirst(PriorQue **PQ, int Delete)
DESCRIPTION
Returns the first element in the given priority queue, and delete it from
the queue if Delete is TRUE. returns NULL if empty queue.
PARAMETERS:
PQ: To examine/remove first element from.
Delete: If TRUE first element is being removed from the queue.
FUNCTION RETURN VALUE
VoidPtr: A pointer to the first element in the queue.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:38 GMT, July 20, 2024