Epinet is a "network lib" developed by theopomies and Matska to be Epitech-compliant.
Use the make builder to build the lib.
make re
Place epinet.h in your include folder and libepinet.a in your lib folder then:
#include <epinet.h>
/*
* Your code
*/
gcc -lepinet -Llib -Iinclude
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.