diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/common.h	Wed Jan 26 20:25:08 2022 -0500
@@ -0,0 +1,7 @@
+#include <unistd.h>
+#include <getopt.h>
+
+static struct option options_long[5];
+char* strremove(char* str, const char* sub);
+void set_data(unsigned char magic[], uint16_t version, FILE* target);
+int copy_file(char* source_file, char* target_file);