Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/add_python2_warning
/
.
/
tests
/
cube2hash
/
cube2crypto.h
blob: 90bd06a858d66f85d70940ac8c18dde440d36f5d [
file
] [
log
] [
blame
] [
edit
]
#ifdef
__cplusplus
extern
"C"
{
#endif
char
*
cube2crypto_hashstring
(
char
*
string
);
#ifdef
__cplusplus
}
/* closing brace for extern "C" */
#endif