ListObjectInsert

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

NAME

ListObjectInsert()  

SYNOPSIS

prsr_lib/allocate.c:561

void ListObjectInsert(IPObjectStruct *PObj,
                      int Index,
                      IPObjectStruct *PObjItem)
 

DESCRIPTION

Insert an object PObjItem at index Index into a list of objects, PObj.  

PARAMETERS:

PObj: A list of objects to insert PObjItem into.

Index: Index where PObjItem should enter PObj.

PObjItem: Eleent to insert into the list PObj.  

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