fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
crc32_calculate
Function
13 statements
Source File
fortplot_zlib.f90
fortplot_zlib
crc32_calculate
Contents
public function crc32_calculate(data, data_len) result(crc)
Calculate CRC32 checksum using standard polynomial
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int8),
intent(in)
::
data
(*)
integer,
intent(in)
::
data_len
Return Value
integer(kind=int32)