#define FUNCTION_NAME(...) printf(__VA_ARGS__); #definr LOG_FUNC(file, line, fmt, ...) printf("%s:%d: "fmt, file, line, __VA_ARGS__,);