⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext.h

📁 linux下的MPEG1
💻 H
字号:
#ifndef loader_ext_h#define loader_ext_h#include "windef.h"#include "attributes.h"extern LPVOID FILE_dommap( int unix_handle, LPVOID start,			   DWORD size_high, DWORD size_low,			   DWORD offset_high, DWORD offset_low,			   int prot, int flags );extern int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low );extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);extern int XINE_FORMAT_PRINTF(1, 2) __vprintf( const char *format, ... );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -