mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
17 lines
208 B
C
Executable File
17 lines
208 B
C
Executable File
|
|
#ifndef _ENTROPY_FUN_H
|
|
#define _ENTROPY_FUN_H
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int entropy_fun(unsigned char buf[], unsigned int len);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif
|