8 lines
75 B
C
Raw Normal View History

2017-04-14 19:02:05 +02:00
#include <rhash.h>
2024-04-14 22:45:38 +02:00
int main(void)
2017-04-14 19:02:05 +02:00
{
rhash_library_init();
return 0;
}