diff options
Diffstat (limited to 'tests/impl.c')
-rw-r--r-- | tests/impl.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/impl.c b/tests/impl.c new file mode 100644 index 0000000..e6c09c9 --- /dev/null +++ b/tests/impl.c @@ -0,0 +1,14 @@ +#include "../src/impl.c" + + +void +randombytes(u8 *FIXME1, u64 FIXME2) { + (void)FIXME1; + (void)FIXME2; +} + +int +main(void) { + // FIXME + return 0; +} |