90613f5039
update to ITHVNR 3.5640.1 and translation
16 lines
371 B
C
16 lines
371 B
C
#ifndef HASHUTIL_H
|
|
#define HASHUTIL_H
|
|
|
|
// hashutil.h
|
|
// 6/16/2015 jichi
|
|
|
|
// Redefine HASHUTIL_BEGIN_NAMESPACE/HASHUTIL_END_NAMESPACE if need custom namespace
|
|
#ifndef HASHUTIL_BEGIN_NAMESPACE
|
|
# define HASHUTIL_BEGIN_NAMESPACE namespace hashutil {
|
|
#endif
|
|
#ifndef HASHUTIL_END_NAMESPACE
|
|
# define HASHUTIL_END_NAMESPACE } // namespace hashutil
|
|
#endif
|
|
|
|
#endif // HASHUTIL_H
|