ARB
Typedefs | Functions
arb_sort.h File Reference
#include <cstdlib>
Include dependency graph for arb_sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int(* gb_compare_function )(const void *p1, const void *p2, void *client_data)
 

Functions

void GB_sort (void **array, size_t first, size_t behind_last, gb_compare_function compare, void *client_data)
 
int GB_string_comparator (const void *v1, const void *v2, void *)
 

Typedef Documentation

typedef int(* gb_compare_function)(const void *p1, const void *p2, void *client_data)

Definition at line 19 of file arb_sort.h.

Function Documentation

void GB_sort ( void **  array,
size_t  first,
size_t  behind_last,
gb_compare_function  compare,
void *  client_data 
)
int GB_string_comparator ( const void *  v1,
const void *  v2,
void *   
)

Definition at line 47 of file arb_sort.cxx.

Referenced by do_extract_words(), GBS_read_dir(), and get_SAI_groups().