Table of Contents

Name

num - mbk list of number

Description

The num is used to save numbers in a list. The use of this structure is strongly recommanded, when such a need occurs.

The declarations needed to work on num are available in the header file /labo/include/mut315.h", where `315' is the actual mbk version.

The following C structure describes the list of number : typedef struct num {

struct num
*NEXT;
long
DATA; } num_list;
NEXT
Pointer to the next num of the list.
DATA
Value of the data.
Remark :
a specialized memory allocator has been built in order to create and free num_lists, so absolutly avoid to create or free them an other way than through the access functions.

See Also

mbk(1) , addnum(3) , freenum(3) , delnum(3) .

Bug Report

This tool is under development at the ASIM/LIP6/UPMC laboratory, cao-vlsi research team.
We need your feedbak to improve documentation and tools. If you find bugs, please fill-in the form at http://asim.lip6.fr/alliance/support/bug-report/ Thanks for doing this.


Table of Contents

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 26 May 2000.