shithub: sl

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