isomatch
logging.h
Go to the documentation of this file.
1 #pragma once
2 #include <cstdio>
3 
4 #define LOG_WARNING(fmt, ...) fprintf(stderr, "[WARN] " fmt "\n", __VA_ARGS__)