Doxybook2 Example
src
Utils
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__)
Generated by
1.8.17