annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
7cb4ca7cf257 Use a common.c file to hold concurrent functions
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 void set_data(unsigned char magic[], uint16_t version, FILE* target);
7cb4ca7cf257 Use a common.c file to hold concurrent functions
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 int copy_file(char* source_file, char* target_file);