#pragma once #include #include #include #include #include #define LOG_INFO(fmt, ...) printf("[+] " fmt "\n", ##__VA_ARGS__) #define LOG_ERROR(fmt, ...) printf("[-] " fmt "\n", ##__VA_ARGS__)