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
b4c3c64f94
upscheme
/
c
/
equalhash.h
9 lines
93 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
Clean up whitespace - Tabs to spaces - Remove invisible whitespace at ends of lines - Break or shorten long lines (not for all files)
2019-08-09 10:18:36 -04:00
#
include
"htableh_inc.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
HTPROT
(
equalhash
)
#
endif