emscripten/tests/cube2hash/cube2crypto.h

9 строки
147 B
C

#ifdef __cplusplus
extern "C" {
#endif
char *cube2crypto_hashstring(char *string);
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif