PQFreeFunc

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

PQFreeFunc()  

SYNOPSIS

misc_lib/priorque.c:420

void PQFreeFunc(PriorQue *PQ, void (*FreeFunc)(VoidPtr))
 

DESCRIPTION

Frees the given queue. The elelents are also freed by invoking FreeFunc onall of them as FreeFunc's only argument.  

PARAMETERS:

PQ: Priority queue to release.

FreeFunc: "Printing function".  

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:28:10 GMT, July 20, 2024