ref: dec4eac694f6aec70d0c1a0ace5be36875611c87
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