1 2 3 4 5 6 7 8
#include <iostream> #include "common.h" void some_random_function() { std::cout << ANSI_START << "everything's alright" << ANSI_END << std::endl; }