#ifndef __PYS_UTIL_H__ #define __PYS_UTIL_H__ #include #include FILE* pys_open_file(const ex_wstr& file_name, const wchar_t* mode); #endif // __PYS_UTIL_H__