Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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 version.

     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  cre-
			 ated with namealloc.

     VALUE
			  VALUE is the value associated to the key KEY.

SEE ALSO
     aut(1), authtable(3),

ASIM/LIP6			 October 1, 1997		     AUTHELEM(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=authelem&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help