authelem(3) debian man page | unix.com

Man Page: authelem

Operating Environment: debian

Section: 3

AUTHELEM(3)						     AUT STRUCTURE DEFINITIONS						       AUTHELEM(3)

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 ver- sion. 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 department of the LIP6 laboratory. We need your feedback to improve documentation and tools.
ASIM
/LIP6 October 1, 1997 AUTHELEM(3)
Related Man Pages
aut(1) - debian
autallocheap(3) - debian
autfreeblock(3) - debian
auth2table(3) - debian
chain(3) - linux
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph