ref: 0dc4c16276ce0220b12da32ca92895a514c752d5
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)