ref: c42ee12d4cbbf57cdefd27cb4b881e185030d60d
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)