aboutsummaryrefslogtreecommitdiff
path: root/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'hashtable.c')
-rw-r--r--hashtable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hashtable.c b/hashtable.c
index bac399f..374adfa 100644
--- a/hashtable.c
+++ b/hashtable.c
@@ -28,6 +28,8 @@
*/
+// https://libregit.org/koszko/C_hashtable
+
// GENERAL INFO
// You might want to read the beginning of hashtable.h first.