Mercurial > msvpvf
annotate include/common.h @ 69:79a35af2cb56 v1.3
gui.c: Add angled brackets around case
mmmmmmffmfmgm
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 05 Jan 2023 07:51:33 -0500 |
parents | fcd4b9fe957b |
children | 8f90d5addda9 |
rev | line source |
---|---|
58
fcd4b9fe957b
[gui.c]: show version and type in a box
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
48
diff
changeset
|
1 void set_data(unsigned char* magic, int version, FILE* target); |
48
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); |