#define OUROBOROS_PREFIX "ipcp"

#include <ouroboros/logs.h>
#include <stdbool.h>

int main()
{
        LOG_DBG("Test of the IPCP");

        while (true) {

        }

        return 0;
}