Epinet is a "network lib" developed by theopomies and Matska to be Epitech-compliant.
Use the make builder to build the lib.
make rePlace epinet.h in your include folder and libepinet.a in your lib folder then:
#include <epinet.h>
/*
* Your code
*/gcc -lepinet -Llib -IincludePull 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.