shithub: sl

ref: b7f08e854fa7b693837c3c2c2d141954c973117d
dir: /femtolisp/equalhash.c/

View raw version
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <limits.h>
#include <setjmp.h>

#include "llt.h"
#include "flisp.h"

#include "htable.inc"

HTIMPL(equalhash, hash_lispvalue, equal_lispvalue)