sisong / HDiffPatch

a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; runs fast; create small delta/differential; support large files and limit memory requires when diff & patch.
Other
1.52k stars 280 forks source link

[Request]Return Code. #372

Closed SysVR closed 7 months ago

SysVR commented 8 months ago

Please list of return codes in the description.

sisong commented 8 months ago

see THPatchResult in file hpatchz.c

SysVR commented 8 months ago

thank you.