mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-21 18:05:33 +00:00
7 lines
172 B
C
7 lines
172 B
C
#ifndef SXHASHDEFS_H
|
|
#define SXHASHDEFS_H 1
|
|
LispPTR SX_hash(LispPTR object);
|
|
LispPTR STRING_EQUAL_HASHBITS(LispPTR object);
|
|
LispPTR STRING_HASHBITS(LispPTR object);
|
|
#endif
|