Mercurial > msvpvf
annotate include/common.h @ 55:dbed5f51d635
Thanks, Google!
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Sun, 22 May 2022 04:39:07 -0400 |
| parents | 652343b56a60 |
| children | fcd4b9fe957b |
| rev | line source |
|---|---|
|
48
652343b56a60
Remove the need for <inttypes.h> and <stdbool.h>
Paper <mrpapersonic@gmail.com>
parents:
47
diff
changeset
|
1 void set_data(unsigned char magic[], int version, FILE* target); |
|
652343b56a60
Remove the need for <inttypes.h> and <stdbool.h>
Paper <mrpapersonic@gmail.com>
parents:
47
diff
changeset
|
2 int copy_file(char* source_file, char* target_file); |
