PQPrint

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

NAME

PQPrint()  

SYNOPSIS

misc_lib/priorque.c:366

void PQPrint(PriorQue *PQ, void (*PrintFunc)(VoidPtr))
 

DESCRIPTION

Scans the priority queue in order and invokes the "printing" routine, PrintFunc on every item in the queue as its only argument.  

PARAMETERS:

PQ: Pritority queue to traverse.

PrintFunc: "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