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

Prototypes

static void * new_int (int x)
 
static int cmp_ptr_int (const void *x, const void *y)
 
static int cmp_ptr_ptr_int (const void *x, const void *y)
 
static int print_ptr_int (UNUSED void *param, const void *x)
 
static int check_ptr_int (void *param, const void *x)
 
static int reverse_ptr_int (void *param, void *x)
 
int main (void)
 

Go to the source code of this file.

Function Documentation

◆ new_int()

static void * new_int ( int  x)
static

Definition at line 30 of file LALHeapTest.c.

◆ cmp_ptr_int()

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

Definition at line 35 of file LALHeapTest.c.

◆ cmp_ptr_ptr_int()

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

Definition at line 40 of file LALHeapTest.c.

◆ print_ptr_int()

static int print_ptr_int ( UNUSED void *  param,
const void *  x 
)
static

Definition at line 45 of file LALHeapTest.c.

◆ check_ptr_int()

static int check_ptr_int ( void *  param,
const void *  x 
)
static

Definition at line 51 of file LALHeapTest.c.

◆ reverse_ptr_int()

static int reverse_ptr_int ( void *  param,
void *  x 
)
static

Definition at line 57 of file LALHeapTest.c.

◆ main()

int main ( void  )

Definition at line 63 of file LALHeapTest.c.