ref: 2ed581e62d38eab49c5768459c41e6ae3dcb735c
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)