comparison include/common.h @ 47:7cb4ca7cf257

Use a common.c file to hold concurrent functions Also I fixed that 1.4 KB bug I think
author Paper <mrpapersonic@gmail.com>
date Sat, 21 May 2022 18:41:54 -0400
parents
children 652343b56a60
comparison
equal deleted inserted replaced
46:7cb9fad3f5ee 47:7cb4ca7cf257
1 void set_data(unsigned char magic[], uint16_t version, FILE* target);
2 int copy_file(char* source_file, char* target_file);