view 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
line wrap: on
line source

void set_data(unsigned char magic[], uint16_t version, FILE* target);
int copy_file(char* source_file, char* target_file);