diff options
Diffstat (limited to 'system/crc32_simple/README')
-rw-r--r-- | system/crc32_simple/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/crc32_simple/README b/system/crc32_simple/README new file mode 100644 index 0000000000000..fa1263962155c --- /dev/null +++ b/system/crc32_simple/README @@ -0,0 +1,6 @@ +crc32_simple (calculate crc32 checksum of files) + +Simple public domain implementation of the standard CRC32 checksum. +Outputs the checksum for each file given as a command line argument. +Invalid file names and files that cause errors are silently skipped. +The program reads from stdin if it is called with no arguments. |