comparison include/common.h @ 48:652343b56a60

Remove the need for <inttypes.h> and <stdbool.h>
author Paper <mrpapersonic@gmail.com>
date Sun, 22 May 2022 00:08:10 -0400
parents 7cb4ca7cf257
children fcd4b9fe957b
comparison
equal deleted inserted replaced
47:7cb4ca7cf257 48:652343b56a60
1 void set_data(unsigned char magic[], uint16_t version, FILE* target); 1 void set_data(unsigned char magic[], int version, FILE* target);
2 int copy_file(char* source_file, char* target_file); 2 int copy_file(char* source_file, char* target_file);