#ifndef _PRINT_HPP_ #define _PRINT_HPP_ void print(LPCSTR fmt, ...); void printW(LPCWSTR fmt, ...); #endif _PRINT_HPP_