Mercurial > msvpvf
annotate include/common.h @ 10:9692d33cec71 v1.0
Add size to README
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 27 Jan 2022 00:21:57 -0500 |
parents | d1e5b8390cd3 |
children |
rev | line source |
---|---|
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
1 #include <unistd.h> |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
2 #include <getopt.h> |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
3 |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
4 static struct option options_long[5]; |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
5 char* strremove(char* str, const char* sub); |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
6 void set_data(unsigned char magic[], uint16_t version, FILE* target); |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
7 int copy_file(char* source_file, char* target_file); |