Mercury
mercury_hash_string.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 Argonne National Laboratory, Department of Energy,
3  *                    UChicago Argonne, LLC and The HDF Group.
4  * All rights reserved.
5  *
6  * The full copyright notice, including terms governing use, modification,
7  * and redistribution, is contained in the COPYING file that can be
8  * found at the root of the source code distribution tree.
9  */
10 
11 #ifndef MERCURY_HASH_STRING_H
12 #define MERCURY_HASH_STRING_H
13 
14 #include "mercury_util_config.h"
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
27 HG_UTIL_EXPORT unsigned int
28 hg_hash_string(const char *string);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* MERCURY_HASH_STRING_H */
HG_UTIL_EXPORT unsigned int hg_hash_string(const char *string)
Hash function name for unique ID to register.