Doxybook2 Example
Log.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <stdio.h>
3 
7 #define LOG_DEBUG(MSG, ...) printf(MSG, ##__VA_ARGS__)