shithub: sl

ref: 943c0d71d15c972ee730b417f0e47ef1f689efe6
dir: /femtolisp/equalhash.c/

View raw version
#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)