wip
This commit is contained in:
6
crc_util.h
Normal file
6
crc_util.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
extern const long png_signature[8];
|
||||
|
||||
int check_header_length(unsigned char *addr, long offset);
|
||||
int check_file_header(char *addr);
|
||||
int create_cc_file(unsigned char *addr, unsigned long file_length);
|
||||
Reference in New Issue
Block a user