#include #include #include #include void urmom() { LERRV("This is error!"); LERRV("How could this be!"); LERRV("Impossible..."); } int main() { LDEBUGV("1st debug message"); LDEBUGF("Formatted message: %i, %.2f", 69, 420.69696969); LINFOVF("literally checking %s", "colors"); open("/dev/asdjasfhkd", O_RDWR); LWARNPV("open"); write(696969696, "", 1203192391823); LERRP("write"); urmom(); LCRIT(1, "This is considered critical"); } /* vim: set ts=8 noet: */