AbZip  1.0.0
entropy.h
1 
2 #ifndef _ENTROPY_FUN_H
3 #define _ENTROPY_FUN_H
4 
5 #if defined(__cplusplus)
6 extern "C"
7 {
8 #endif
9 
10 int entropy_fun(unsigned char buf[], unsigned int len);
11 
12 #if defined(__cplusplus)
13 }
14 #endif
15 
16 #endif