mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
11 lines
121 B
C
11 lines
121 B
C
|
|
||
|
#define TEST_NAME "sodium_core"
|
||
|
#include "cmptest.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
printf ("%d\n", sodium_init());
|
||
|
|
||
|
return 0;
|
||
|
}
|