README

changeset 107
da2a985da6ee
parent 65
58e382ae97cd
equal deleted inserted replaced
106:f1bb821008fc 107:da2a985da6ee
1 1
2 libtu 2 libtu
3 3
4 Copyright (c) Tuomo Valkonen 1999-2004. 4 Copyright (c) Tuomo Valkonen 1999-2007.
5 <tuomov at iki.fi> 5 <tuomov at iki.fi>
6 6
7 7
8 Libtu is a small utility library for programs written in C. 8 Libtu is a small utility library for programs written in C.
9 9
27 exist on most platforms. One implementation by Mark Martinec 27 exist on most platforms. One implementation by Mark Martinec
28 is included in snprintf_2.2/ and is used by default. To use the 28 is included in snprintf_2.2/ and is used by default. To use the
29 system's versions of these functions, if available, modify 29 system's versions of these functions, if available, modify
30 system.mk. 30 system.mk.
31 31
32 The implementation of red-black trees is based on that by
33 James S. Plank; see README.rb for details.

mercurial