file write
This commit is contained in:
6
crc.h
Normal file
6
crc.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
int check_file_header(char *addr);
|
||||
int check_header_length(unsigned char *addr, long offset);
|
||||
unsigned long first_idat(unsigned char *addr);
|
||||
int total_idat(unsigned char *addr);
|
||||
int change_idat_content(unsigned char *addr, char *message, int accuracy, unsigned long offset);
|
||||
Reference in New Issue
Block a user