00001 #ifndef NPS_BERNSTEIN_HASH1_H
00002 #define NPS_BERNSTEIN_HASH1_H
00003
00004 #if !defined BUILDING_NPS_BERNSTEIN_HASH1 && !defined NPS_SMALL
00005 # define NPS_BERNSTEIN_HASH1_LKG static inline
00006 #else
00007 # define NPS_BERNSTEIN_HASH1_LKG
00008 #endif
00009
00010 #include <stdint.h>
00011
00012 NPS_BERNSTEIN_HASH1_LKG uint64_t nps_bernstein_hash1(const char * input);
00013
00014 #endif