view include/common.h @ 51:0f6c604b6863

We don't need to specify that it's ANSI because MinGW does it for us (I think)
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Sun, 22 May 2022 04:11:30 -0400
parents 652343b56a60
children fcd4b9fe957b
line wrap: on
line source

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