From e2e1943e80433d05d975d5bd096fffe18291d368 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 23 Jul 2019 17:13:04 +0200 Subject: add repo link --- hashtable.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hashtable.h') diff --git a/hashtable.h b/hashtable.h index 1950279..6e48179 100644 --- a/hashtable.h +++ b/hashtable.h @@ -28,6 +28,8 @@ */ +// https://libregit.org/koszko/C_hashtable + // This is a separate chaining hashtable for general use. It's not // universal: it uses malloc() and free(), so it requires a standard // library to function and it's for single-threaded use only. It does, -- cgit v1.2.3