DOKK / manpages / debian 10 / alliance / authelem.3.en
AUTHELEM(3) AUT STRUCTURE DEFINITIONS AUTHELEM(3)

authelem - element in an hash table

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 is the hash element key, for example a name created with namealloc.

VALUE is the value associated to the key KEY.

aut(1), authtable(3),

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6