docs/src/index.md

Tue, 06 Aug 2019 16:26:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 06 Aug 2019 16:26:46 +0200
branch
feature/array
changeset 342
8f0a3c00d1d2
parent 333
b3ad9d1a20b7
child 386
8ebfe95077eb
permissions
-rw-r--r--

removes cumbersome array accessor macros

---
title: Overview
---

Welcome to the UAP Common Extensions.

With this library we provide useful data structures and algorithms for common
programmatic tasks in the C language. By design the features are divided into
modules to minimize the library footprint. Using the build files you can create
a static and a shared lib containing all modules, but you may also use the UCX
sources in your project and compile specific modules by yourself to further
minimize the footprint.

If you want to use this library, you can [download and install](install.html)
the recent version.
The source code is also available as Mercurial repository [at our site][1] and
on [Source Forge][2].

[1]: https://develop.uap-core.de/hg/ucx/
[2]: https://sourceforge.net/p/ucx/code/

### Authors

Mike Becker [&lt;universe@uap-core.de&gt;](mailto:universe@uap-core.de)

Olaf Wintermann
[&lt;olaf.wintermann@gmail.com&gt;](mailto:olaf.wintermann@gmail.com)

mercurial