femtolisp/femtolisp/equalhash.c

13 lines
211 B
C

#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)