Leptonica 1.68
C Image Processing Library
|
Exploration of the main functions in the generic list facility, given in list.c and list.h. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Exploration of the main functions in the generic list facility, given in list.c and list.h.
Definition in file listtest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file listtest.c.
References Boxa::box, boxaAddBox(), boxaCreate(), boxaDestroy(), boxaGetBox(), boxaGetCount(), boxaGetExtent(), boxCopy(), boxDestroy(), DoubleLinkedList::data, ERROR_INT, filein, Box::h, L_CLONE, L_INSERT, listAddToHead(), listAddToTail(), listDestroy(), listFindElement(), listFindTail(), listGetCount(), listInsertAfter(), listInsertBefore(), listJoin(), listRemoveElement(), listRemoveFromHead(), listRemoveFromTail(), listReverse(), DoubleLinkedList::next, NULL, pixConnComp(), pixDestroy(), pixRead(), and Box::w.