#ifndef KAKURO_H #define KAKURO_H #define LOG(msg) _log(msg, __LINE__, __FILE__) void _log(char *, int, char *); #endif