Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
7u83 |
1 |
Libspill is a common function providing library.
|
|
|
2 |
|
|
|
3 |
It provides the TenDRA compiler suite with functions to solve regular occuring
|
|
|
4 |
programming issues.
|
|
|
5 |
|
|
|
6 |
The goal is to decrease the amount of duplicated and shared code across the
|
|
|
7 |
entire source tree as well as decrease overall maintenance and increase
|
|
|
8 |
overall reliability and stability.
|
|
|
9 |
|
|
|
10 |
Functions this library provides:
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
Functions this library does not yet provide:
|
|
|
15 |
|
|
|
16 |
duplicated/shared TenDRA code
|
|
|
17 |
|
|
|
18 |
hashing,
|
|
|
19 |
lists,
|
|
|
20 |
printf and secure family
|
|
|
21 |
str* and secure family
|