Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-6c6b863
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALHashTblTest.c File Reference

Prototypes

static void * new_elem (int key, int value)
 
static UINT8 hash_elem (const void *x)
 
static int cmp_elem (const void *x, const void *y)
 
int main (void)
 

Go to the source code of this file.

Data Structures

struct  elem
 

Function Documentation

◆ new_elem()

static void * new_elem ( int  key,
int  value 
)
static

Definition at line 32 of file LALHashTblTest.c.

◆ hash_elem()

static UINT8 hash_elem ( const void *  x)
static

Definition at line 38 of file LALHashTblTest.c.

◆ cmp_elem()

static int cmp_elem ( const void *  x,
const void *  y 
)
static

Definition at line 46 of file LALHashTblTest.c.

◆ main()

int main ( void  )

Definition at line 53 of file LALHashTblTest.c.