1 2 3 4 5 6 7 8
#ifndef MAGI_INCLUDED_LOG #define MAGI_INCLUDED_LOG void magi_log(const char *format, ...); #endif