Doxybook2 Example
 
Loading...
Searching...
No Matches
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__)