#ifndef LLOG #define LLOG // Display a message in the log stream // you can add \n to start an new line ^^ void ll_send(const char * txt); // Put the 8 last lines of the stream void ll_display(); // Enable log displaying on panic void ll_set_panic(); // Display log, enable scrolling, and waits the user to press Exit void ll_pause(); // Clear log void ll_clear(); #endif