From e3040135a5e51baab04070e04f86c22df2867c5c Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 21 Sep 2024 14:46:03 -0500 Subject: doc: Man page for configuration file added The only concern I have with this file is having the program version matching with the actual program, but it is not critical --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7918706..6d1d433 100644 --- a/src/main.c +++ b/src/main.c @@ -31,9 +31,6 @@ #define MAX_FILE_SIZE 536870912 //1<<29; 0.5 GiB -#define ARRAY_SIZE(x, type) sizeof(x) / sizeof(type) - - void load_config(struct Configs *cfg, int n_args, ...) { char *filepath; -- cgit v1.2.3-70-g09d2