Table of Contents

Name

authelem - element in an hash table

Description

The authelem structure is used to describe an hash element.

The declarations needed to work on authelem are available in the header file /labo/include/aut101.h", where `101' is the actual aut version.

The following C structure supports the description of an hash element : typedef struct authelem
{
char *KEY;
long VALUE;
} authelem;

KEY
KEY is the hash element key, for example a name created with namealloc.
VALUE
VALUE is the value associated to the key KEY.

See Also

aut(1) , authtable(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.