bulk changes

This commit is contained in:
2025-07-18 20:05:28 -04:00
parent 50e964d3a0
commit 1e08c7e33b
9 changed files with 196 additions and 83 deletions

View File

@@ -1,10 +1,16 @@
#ifndef CONFIG_H
#define CONFIG_H
/* Program information */
#define PROGRAM "yait"
#define LICENSE_LINE "License BSD-3-Clause: BSD-3-Clause <https://opensource.org/license/bsd-3-clause>"
#define AUTHORS "vx_clutch"
#define VERSION "pre-alpha"
#define YEAR 2025
/* Custom error codes */
#define HELP_REQUESTED 2
#define ERROR_MEMORY_ALLOCATION 3
#define ERROR_DIRECTORY_CREATION 4
#endif