PQFree
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
PQFree()
SYNOPSIS
misc_lib/priorque.c:392
void PQFree(PriorQue *PQ, int FreeItem)
DESCRIPTION
Frees the given queue. The elelents are also freed if FreeItems is TRUE.
PARAMETERS:
PQ: Priority queue to release.
FreeItem: If TRUE, elements are being freed as well.
FUNCTION RETURN VALUE
void
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:49 GMT, July 20, 2024