PDCRC: Difference between revisions
Appearance
Created page with "A collection of public domain CRC routines written in C and intended for OS/2 and DOS although it should be portable to just about anything with very little effort..." |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Version== | ==Version== | ||
* | * 2.0 (1995-12-29) | ||
* 2.10 (2002-07-29) | |||
* | |||
==License== | ==License== | ||
* | *[[Public domain]] | ||
*Author: [[Paul Edwards]] | |||
== | ==Links== | ||
* | * https://sourceforge.net/projects/pdos/files/pdcrc/ | ||
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]] |
Latest revision as of 21:57, 9 April 2020
A collection of public domain CRC routines written in C and intended for OS/2 and DOS although it should be portable to just about anything with very little effort. Intended to be used for communication software but it can also be used for file and packet verification, and so on.
Version
- 2.0 (1995-12-29)
- 2.10 (2002-07-29)
License
- Public domain
- Author: Paul Edwards