1AUTHELEM(3)                AUT STRUCTURE DEFINITIONS               AUTHELEM(3)
2
3
4

NAME

6       authelem - element in an hash table
7

DESCRIPTION

9       The authelem structure is used to describe an hash element.
10
11       The declarations needed to work on authelem are available in the header
12       file "/labo/include/aut101.h", where '101' is the actual aut version.
13
14       The following C structure supports the description of an hash element :
15                typedef struct authelem
16                {
17                  char ∗KEY;
18                  long  VALUE;
19                } authelem;
20
21       KEY
22                            KEY is the hash element key, for  example  a  name
23                           created with namealloc.
24
25       VALUE
26                            VALUE is the value associated to the key KEY.
27

SEE ALSO

29       aut(1), authtable(3),
30
31
32
33
34
35
36ASIM/LIP6                       October 1, 1997                    AUTHELEM(3)
Impressum