This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a7c0396a2f
upscheme
/
equalhash.h
9 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
removing leading/trailing underscores from preprocessor symbols
2012-02-20 17:43:53 -05:00
#
ifndef EQUALHASH_H
#
define EQUALHASH_H
adding equalhash.c some cleanup moving some library code around for size optimization now using == instead of flt_equals for float comparison, mostly for hash compatibility
2008-11-28 16:44:59 -05:00
#
include
"htableh.inc"
HTPROT
(
equalhash
)
#
endif