ref: dceced2bb0caf0328d4ac8db87c2015bdee22b02
dir: /femtolisp/equalhash.c/
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <assert.h> #include <limits.h> #include "llt.h" #include "flisp.h" #include "htable.inc" HTIMPL(equalhash, hash_lispvalue, equal_lispvalue)