4 The UCW library aims to provide a set general purpose tools for programming
5 in the C language. It contains generic data structures (lists, trees, hash
6 tables etc.), fast memory allocators optimized for various usage patterns,
7 abstract I/O streams and optimized implementations of some common algorithms
8 (e.g., sorting of arrays and files).
10 Please note that this documentation is not yet complete. Many modules are
11 not described, so you might need to look into the source code.
13 You can see the index of <<def_index:,documented definitions>>.
17 - <<fastbuf:,Fastbufs>>
18 - <<basecode:,Base64 and Base224 encoding>>
19 - <<hash:,Hashing routines>>
20 - <<conf:,Configuration and command line parser>>
21 - <<mempool:,Memory pools>>
22 - <<eltpool:,Fixed-sized allocators>>
23 - <<mainloop:,Mainloop>>
24 - <<unaligned:,Unaligned data>>
25 - <<lists:,Link lists>>
26 - <<growbuf:,Growing buffers>>
27 - <<chartype:,Single-byte characters>>
28 - <<unicode:,Multi-byte characters>>
29 - <<prime:,Prime numbers>>
30 - <<binsearch:,Binary search>>
31 - <<heap:,Binary heaps>>
32 - <<binheap:,Binomial heaps>>
36 - <<configure:,Compile time configuration>>
37 - <<config:,Configuration file syntax>>
38 - <<docsys:,Documentation system>>
39 - <<generic:,Macro-generated generics>>
41 Yet undocumented modules
42 ------------------------
67 - Address manipulation
70 - Prefetching of memory
85 The UCW library is copyrighted by its authors:
87 - Pavel Charvát <mailto:pchar\@ucw.cz[]>
88 - Martin Mareš <mailto:mj\@ucw.cz[]>
89 - Robert Špalek <mailto:robert\@ucw.cz[]>
90 - Michal Vaner <mailto:vorner\@ucw.cz[]>
92 It can be freely distributed and used according to the terms of
93 the GNU Lesser General Public License.