aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-09-21 14:46:03 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-09-21 14:46:03 -0500
commite3040135a5e51baab04070e04f86c22df2867c5c (patch)
tree0e53f2a649d3096a14a4e1772472463f5e968d7a /src/main.c
parent3fc51ee0c8135d95ec422dadd6562bf97261a757 (diff)
doc: Man page for configuration file addedHEADmain
The only concern I have with this file is having the program version matching with the actual program, but it is not critical
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
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;
Feel free to download, copy and edit any repo