debian man page for auth2elem

Query: auth2elem

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 ver- sion. The following C structure supports the description of an hash element : typedef struct auth2elem { char *KEY1; char *KEY2; long VALUE; } auth2elem; KEY1 KEY1 is the first hash element key, for example a name created with namealloc. KEY2 KEY2 is the second hash element key, for example a name created with namealloc. VALUE VALUE is the value associated to the two keys KEY1 and KEY2.
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.
ASIM
/LIP6 October 1, 1997 AUTH2ELEM(3)
Related Man Pages
autfreeblock(3) - debian
authtable(3) - debian
nameindex(3) - x11r4
nameindex(3) - bsd
namealloc(3) - posix
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?