8 lines
71 B
C
8 lines
71 B
C
#include <rhash.h>
|
|
|
|
int main()
|
|
{
|
|
rhash_library_init();
|
|
return 0;
|
|
}
|