ref: edfdcd7d4818b632b0ca6ff0e3327d8e8279000c
dir: /equal.h/
#ifndef EQUAL_H #define EQUAL_H value_t fl_compare(value_t a, value_t b); value_t fl_equal(value_t a, value_t b); int equal_lispvalue(value_t a, value_t b); uintptr_t hash_lispvalue(value_t a); value_t compare_(value_t a, value_t b, int eq); #endif