Mercurial > msvpvf
comparison include/common.h @ 6:d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 26 Jan 2022 20:25:08 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:92ec47e63923 | 6:d1e5b8390cd3 |
---|---|
1 #include <unistd.h> | |
2 #include <getopt.h> | |
3 | |
4 static struct option options_long[5]; | |
5 char* strremove(char* str, const char* sub); | |
6 void set_data(unsigned char magic[], uint16_t version, FILE* target); | |
7 int copy_file(char* source_file, char* target_file); |