c: Implement the passgeny module.

This is the C implementation of the passgeny library.
This commit is contained in:
2021-11-14 09:16:34 +01:00
parent 67ec1180dd
commit f927eea9aa
5 changed files with 408 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#include <stdlib.h>
#include "phogen.h"
int main(void)
{
return EXIT_SUCCESS;
}