From 3bb87c123aa04f0835a5840499b3737f1f74adee Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 15 Jun 2014 07:43:32 +0000 Subject: Intro line. --- src/coucal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/coucal.h b/src/coucal.h index 22ce147..7c2dce6 100644 --- a/src/coucal.h +++ b/src/coucal.h @@ -31,6 +31,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** + * Coucal, a Cuckoo-hashing-based hashtable with stash area C library. + * * This hashtable library provides key/value hashtable, with by default a * string key, and integer/pointer value (with an associated optional * allocator). Both key and value can be of any type, using custom settings. -- cgit v1.2.3