diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1578,9 +1578,8 @@ ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); | |||
1578 | /* | 1578 | /* |
1579 | Update a running CRC-32 with the bytes buf[0..len-1] and return the | 1579 | Update a running CRC-32 with the bytes buf[0..len-1] and return the |
1580 | updated CRC-32. If buf is Z_NULL, this function returns the required | 1580 | updated CRC-32. If buf is Z_NULL, this function returns the required |
1581 | initial value for the for the crc. Pre- and post-conditioning (one's | 1581 | initial value for the crc. Pre- and post-conditioning (one's complement) is |
1582 | complement) is performed within this function so it shouldn't be done by the | 1582 | performed within this function so it shouldn't be done by the application. |
1583 | application. | ||
1584 | 1583 | ||
1585 | Usage example: | 1584 | Usage example: |
1586 | 1585 | ||