shithub: sl

ref: 642d1e1bd4dadfade218128bcf3eb6980fe7d501
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)