- #pragma once
- #include <stdio.h>
- #include <string.h>
- #include <stdbool.h>
- #include <stdlib.h>
- #include <list>
- #define wlog_info(...) //printf(__VA_ARGS__);printf("\r\n")
- #define wlog_warn(...) //printf(__VA_ARGS__);printf("\r\n")
- #define wlog_error(...) //cd printf(__VA_ARGS__);printf("\r\n")
|