mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 18:45:32 -07:00
12 lines
140 B
C
12 lines
140 B
C
#include <stdio.h>
|
|
|
|
#define TEST_NAME "sodium_core"
|
|
#include "cmptest.h"
|
|
|
|
int main(void)
|
|
{
|
|
printf ("%d\n", sodium_init());
|
|
|
|
return 0;
|
|
}
|