table of contents
other versions
AUTH2ELEM(3) | AUT STRUCTURE DEFINITIONS | AUTH2ELEM(3) |
NAME¶
auth2elem - element in an hash table with two keys.
DESCRIPTION¶
The auth2elem structure is used to describe an hash element.
The declarations needed to work on auth2elem 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 auth2elem
{
char ∗KEY1;
char ∗KEY2;
long VALUE;
} auth2elem;
SEE ALSO¶
aut(1), auth2table(3),
BUG REPORT¶
This tool is under development at the ASIM department of
the LIP6 laboratory.
We need your feedback to improve documentation and tools.
October 1, 1997 | ASIM/LIP6 |