view include/common.h @ 9:d2cd8c5672fa

Increase filename limit 256 bytes is enough for anybody
author Paper <mrpapersonic@gmail.com>
date Wed, 26 Jan 2022 23:12:41 -0500
parents d1e5b8390cd3
children
line wrap: on
line source

#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);