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

📄 copy.cpp

📁 zlib-1.2.3.tar是新的zlib库藏 用于压缩 等等
💻 CPP
字号:
/* Created:05-31-00 */
/* By Jeff Connelly */

/* ComprLib "copy" data manipulation method */

/* This code is hereby placed in public domain by Jeff Connelly, 2000. */

#include "codec.h"

int copy()
{
    while(!end_of_data())
        write_byte(read_byte());
    return 0;
}

⌨️ 快捷键说明

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