tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
72 static int is_same(
void *item1,
void *item2) {
73 return strcmp(static_cast<char *>(item1), static_cast<char *>(item2)) == 0;
184 t->
node = static_cast<LIST>(element);
void destroy_nodes(LIST list, void_dest destructor)
int(*)(void *, void *) int_compare
LIST delete_d(LIST list, void *key, int_compare is_equal)
LIST push(LIST list, void *element)
void(*)(void *) void_dest
LIST push_last(LIST list, void *item)
LIST search(LIST list, void *key, int_compare is_equal)
#define set_rest(l, cell)