1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#define OUROBOROS_PREFIX "ipcp" #include <ouroboros/logs.h> #include <stdbool.h> int main() { LOG_DBG("Test of the IPCP"); while (true) { } return 0; }