这个程序主要解决一些嵌入式系统没有 split指令,无法对大文件进行分离打包
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhaohe 640d693922 update 3 years ago
release/v1 update 3 years ago
README.md update 3 years ago
build.sh update 3 years ago
sumcheck.c update 3 years ago
zsplit.c update 3 years ago

README.md

文件分离程序

概述:
    这个程序主要解决一些嵌入式系统没有 split指令,无法对大文件进行分离打包

Usage:
    zsplit 文件名字
        @执行完之后会自动将文件分离成100M为单位大小的文件
    sumcheck
        @对文件求一个sum8的和,和的结果用u32保存

编译

export CC=gcc
./build.sh