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

📄 fastcopy.txt

📁 dos 1.0 其中包含quick basic源代码、内存管理himem emm386 发展历史
💻 TXT
字号:
SUMMARY  fastcopy

#include <tools.h>
char * fastcopy (hfSrcParm, hfDstParm)
HFILE hfSrcParm, hfDstParm;

DESCRIPTION

fastcopy - copy data quickly from one handle to another
parameters:
	hfSrcParm	    file handle to read from
	hfDstParm	    file handle to write to


RETURN VALUE

NULL if successful otherwise pointer to error string 

IMPLEMENTATION

SEE ALSO   

NOTE

EXAMPLE


⌨️ 快捷键说明

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