shithub: sl

ref: 17d81eb4e67c178a93e7fcb3c55e81b05029820a
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)