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