ext.h

来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· C头文件 代码 · 共 21 行

H
21
字号
/* * Modified for use with MPlayer, detailed changelog at * http://svn.mplayerhq.hu/mplayer/trunk/ * $Id: ext.h,v 1.2 2008/03/03 08:11:38 dsqiu Exp $ */#ifndef loader_ext_h#define loader_ext_h#include "wine/windef.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 __vprintf( const char *format, ... );#endif

⌨️ 快捷键说明

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